main menu

Posted in: Newspaper
Post count: 28

This is Effects in main menu when hovered. -> https://demo.tagdiv.com/newspaper_journal/
How can i turn off Hover Effects Spread out line bar in main menu ?
pic -> https://imgur.com/a/iDg9PaZ
I want it just show in normal.
This is example What I want to change like this. How to change it in main menu ?
-> https://stackoverflow.com/questions/28623446/hover-effect-expand-bottom-border
Thank for your help.

  • This topic was modified 7 years by myelseacc.
  • This topic was modified 7 years by myelseacc.
Post count: 23312

Hi,

As a quick fix, please check the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.sf-menu>.current-menu-item>a:after, .sf-menu>.current-menu-ancestor>a:after, .sf-menu>.current-category-ancestor>a:after, .sf-menu>li:hover>a:after, .sf-menu>.sfHover>a:after{
display:none;
}

The result is here -> https://www.screencast.com/t/mioaHVIhTI

Another alternative, in this case, would be to change the header style. Check here -> https://forum.tagdiv.com/header-styles/

Thanks for your understanding!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.