I need to be in control of the text colors. I changed the featured color box and it messed up my text colors. And now I realize all the colors everywhere on the site need to be adjusted. I know that's a lot. I'm just hoping I can do it without things reverting and skewing things later on. Once I set it I set it. Our colors are military colors. So, i'd like to change out the blue highlights too on the featured sites and change out the blue on the listing sites for the optin box. code? thanks.
Hello, Can you please send the screenshot where you want to change the color of the text. So that we can send you the solution.
http://gibuyguide.com the home page has a mixture of blue on the sliders and blue and a bold blue-grey on the categories on the inner pages, it all turns to black on the sliders and elsewhere. If I could get black text on everything, that includes the address part of each listing, which now because i changed the highlighted box to grey, doesn't show up. thanks.
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS For slider text Code: section{ color:your color value;} For sidebar category Code: .sidebar ul li { color: your color value;} For featured listing text Code: .f_post_content p { color: your color value;} .content_wrapper .featured_content .f_post_content .f_post_meta { color: your color value; }