Top Menu and Main Menu Style

Posted in: Newspaper
Post count: 8

I’m customizing my theme, starting on the default template.

But now I would like that both the Top Menu and the Main Menu have the same coloured border that the “News Magazine Demo” has:

https://www.screencast.com/t/Dk8rpjunM

Post count: 623

Hello @ruzzolo

Add following code to Custom CSS field in theme panel.

/**Add border to top menu**/
.td-header-style-1 .td-header-top-menu-full {
border-top: 4px solid #009688;
}
/**Add border to main menu**/
.td-header-style-1 .td-header-menu-wrap-full {
border-bottom: 4px solid #009688;
}

The code will work for Header style 1
You can assign your style number if you using another header style to work with it.

Thank you for your understanding.

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