Highlighting the menu

Posted in: Newspaper
Post count: 36

Hi,

I am new to WordPress.The Question may seem to be very basic.When I navigate to the website(http://www.anandambi.com/myblog/).None of the menu’s are highlighted.How do I make the “Home” menu highlight in blue as soon as the page loads

Post count: 22421

Hello Andy,

Your menu does highlight. Just the header menu you chose highlights with the blue bottom border. You can chose a different header style from the theme panel that uses a different highlight method: https://forum.tagdiv.com/header-styles/

If you want further highlighting you can use custom css to get it done:

.sf-menu > .current-menu-item > a, .sf-menu > .current-menu-ancestor > a, .sf-menu > .current-category-ancestor > a, .sf-menu > li > a:hover, .sf-menu > .sfHover > a {
background-color:red;
}

Add the code in the theme panel->custom css

result:
http://screencast.com/t/NDXha6Wb

Thank you!

Post count: 36

Hi Bogdon,

The issue for me was whenever the page loads I want the “Home” menu to be highlighted in Blue right now it is not happening.How can I do that???

Post count: 22421

Hi Andy,
Here is how your home button is highlighted now: http://screencast.com/t/ym5pMkIlH7Lq
If you want it like this: http://screencast.com/t/fAsSVvNCqkW9 simply change the color i set in the code from red to #4db2ec
If this is not what you mean, please provide more details so i can better understand how to help
Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.