View Single Post
Old 08-28-2023, 07:48 PM   #11
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,363
Karma: 20212733
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
Quote:
Originally Posted by repilo View Post
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!
Turtle91 is offline   Reply With Quote