I am trying to change the font colour of my navigation buttons and headings to: #881c58 Please can you help? Thanks Rosie
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu li a { color: #881c58; } #menu .ddsmoothmenu li li a { color: #881c58; } #menu .ddsmoothmenu li li a:link, #menu .ddsmoothmenu li li a:visited { color: #881c58; } .content h1{ color: #881c58;} .home_text h1 {color: #881c58;} .feature_content h2 a{color: #881c58;} .widget_inner h3{color: #881c58;}