Main Menu Hoover style

Posted in: Newspaper
Post count: 46

Hello,

I am currently using header style 5 for my menus. I started from a clean install – didn’t use any demo.

But I would like my main menu to have similar hoover effect as seen on the default demo. For the exact look, the BBC website has exactly what I would like to implement–>http://www.bbc.com/

I would also like control over the color of the hoover effect lines. Like each menu item having a different color.

How can I implement this.

Thanks!

Post count: 20688

Hi,

That could only be done with custom code. You can use the browser inspector for this, inspect the elements used and create the code. A similar border can be set like this
https://www.screencast.com/t/XmN2EYR6Ff8

.td-header-style-5 .td-main-menu-logo,
.td-header-style-5 #td-header-menu .menu-item {
border-right: 1px solid white;
}

Then you can color the menu items as you wish, like in this topic
https://forum.tagdiv.com/topic/changing-the-themes-colour-per-page/

This is a guide for using the browser inspector to make this kind of customization, It is a very powerful tool
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

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