I am trying to show current page in my menu. I have used the following code;
CSS
#menu#Home a#index
#menu#Studies a#studies
#menu#Books a#books
#menu#Author a#author
#menu#Food For Thought Blog a#food
#menu#Contact us a#contact
#menu#Site Map a#sitemap
{color: #a52a2a;}
html
I can't get the current page to work. I have also tried removing the # before the menu but that didn't work either. What do I need to do to sort this out?
Bookmarks