Hi Manoj
For my main menu, I want the first item on the left ‘start here’ to stand out in terms of color.
What is the custom css to do this?
Thanks Manoj.
When I try to paste the additional ccs in without a “/*”on the first line I get an error message saying:
“There are 2 errors which must be fixed before you can save”. I can update anyway, even though it might break my site but that sounds dangerous.
But if I have the code
/*
li#menu-item-176 {
background: red !important;
}
li#menu-item-176 a {
color: white !important;
}
Then nothing happens. If it take away the /* on the first line then the first menu item highlights itself in red.
Please help!