Change color of Text Anchor
-
I’m trying to change the text anchor colors using a class. I’ve created a class with the following settings:
.my_link_color:link { color:#ff0000!important;} .my_link_color:visited { color:#ff0000!important;} .my_link_color:hover { color: #fff !important;} .my_link_color:active { color:#ff0!important;}
I then added the class to the shortcut
[wp_lightbox_prettyPhoto_anchor_text_pdf link="/my_pdf_file.pdf" width="800" height="520" text="Click Here to View" source="" auto_popup="false" class="my_link_color"]
It doesn’t change and keeps the default colors. The class works on a standard link and I can add other style to the text using a different class but I can not change the text color.
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Change color of Text Anchor’ is closed to new replies.