Quote:
Originally Posted by repilo
I don't know how to delete it, because it is a hidden code that I can only see via code inspector.
|
The inspector is a read-only display of what css is being applied to the item, and where it is being applied from...or where it might be overridden.
You need to go to the actual CSS file, found in the book browser (usually on the left side of the main window) under the "Stylesheets" folder. Double-click on that css file and it will open in the main code view window. Then find the section of code that you were concerned with (a:-webkit-any-link { color: -webkit-link; ...}).
Cheers!