This is my first post on this forum. Loving my template and am trying to customize the template to my website.
I been trying to change the background color of 1 of my main menu item to different color from the rest and have done some findings on my own.
Css code for suckerfish.css
div#horiz-menu li.level1{
padding:0 10px 0 0;
margin:12px 0 0 0;
height:36px;
line-height:24px;
}
My button is linked to article no.97 so just to change the background color of that main menu item I tried this.
div#horiz-menu li#97.level1 {
margin:12px 6px 0 0;
padding:0;
border:0;
height:36px;
line-height:24px;
background-color:#FF0000;
}
and
div#horiz-menu li.97 {
margin:12px 6px 0 0;
padding:0;
border:0;
height:36px;
line-height:24px;
background-color:#FF0000;
}
But it didn't work. Can anyone help me with this css problem?
I have attached an image so you guys can understand my problem better.
I am trying to change the background color of the quote button to red.
Thanks!
Would really appreciate any help as I am not really good in advanced css.