Header Highlight Effect

Posted in: Newspaper
Post count: 12

Hi
I wanted to know how to create a highlight effect when selected on main menu. Like for example when someone clicks on a topic there is a slight fade transition on the topic selected. Like on usatoday.com

Post count: 88

Go to the theme panel, And in the header section navigate to the main menu configuration option, and select the desired color in Active and Hover color. It will not come as the same way it does on usatoday.com, It’s not present in this theme, you can try modifying theme files if you are expert at it. Or, you have to adjust with a underline highlight 🙂

I’m just a community member, do wait for a TagDiv staff for a possible answer.

And, do mention your link

Cheers!

Post count: 7909

Hi,

The theme doesn’t have such an option for menu, you will need custom work to achieve this, unfortunately we cannot provide any type of custom work at this moment as we work hard on development, updates and support.
You can add a different border color for each item from the menu, using unique class of items – http://screencast.com/t/IinTmGl2Ghttp://screencast.com/t/uKGH6NCX

.sf-menu .menu-item-15.current-menu-item a:after {
background-color: red !important;
}

Just change the number for above css code with your specific number and add the css code for each item.

Thanks!

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