http://kitkaplan.com/metaphysical/
In my text widgets the text is blue underlined and I want to change it to black but I can't seem to find the CSS for it. Can anyone help?
http://kitkaplan.com/metaphysical/
In my text widgets the text is blue underlined and I want to change it to black but I can't seem to find the CSS for it. Can anyone help?
do you mean the pages widget in the sidebar on the right?
No, the text over the icons that says "Photos, Tees, Gifts" and "Brooklyn Photos" is just text not a link and also the text in the "Get Newsletter" Text Widget for "First, Last and Email"
ANY Text in a Text widget comes out the blue underlined link color but is not a link.
in your theme's style.css add or tweak the following code
.art-blockcontent-body, .art-blockcontent-body a, .art-blockcontent-body li a {
color: #000;
}
that'll change the colour of the brooklyn and photo's text and i think it will also work on the first, last, email text too
This topic has been closed to new replies.