how please can i change my sidebar title text colour to match that of my main menu?
how please can i change my sidebar title text colour to match that of my main menu?
Try using Firefox with the Firebug add-on to isolate the relevant CSS.
thanks esmi, tried that and couldn't isolate the code, at least not in a way where i could see what nedeed to be changed
What exactly are you trying to change?
I looked at your site and the sidebar title text color is the same as the link color in your main menu.
the menu colour is a little off white, whilst the sidebar title colour is white. need to make the sidebar title off white too
this is where i thought to make the edit adding the color:#eddbce line, but its not happening
.sidebar h3 {
background:url(images/sidebar-header.png) 0 0 no-repeat;
height:44px;
line-height:44px;
padding:0 0 0 15px;
margin-bottom:15px;
color:#eddbce;
font-size:1.8em;
You must log in to post.