I'm looking for the css code to change the colors of my links in posts. (right now they are too muted of a color because i'm using the grey color theme) please advise! thanks!
Hi, I would like code to be able to change the color of hyperlinks on all pages to a dark orange. mejorandoladiscipline.org It is currently password protected, but it is a basic Blackbird theme that looks like HarvardLatino.org Thanks! Best wishes, Monica
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .page-content a{ color:red!important; } Inplace of "red" put your color value.