Change Color of Underline Main Menu

Posted in: Newspaper
Post count: 8

Hello!

Can someone tell me how to change the color of the underline under the main menu?

Best regards

http://www.inklusiv.at

Post count: 20688

Hi,

You can try this code for the color below the header menu, just enter it in Theme panel->Custom css and change the color to what you want to use

.td-magazine .td-header-style-1
.td-header-gradient::before {
background-color: red;
}

And this one for the top menu border if you want

.td-magazine .td-header-style-1
.td-header-top-menu-full {
border-top-color: red;
}

This is the result with both custom codes inserted – https://www.screencast.com/t/m9tdZpn9W
Thanks

Post count: 8

Perfect THANK YOU!

Best wishes!

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