Questions about "Header main menu"

Posted in: Newspaper
Post count: 60

Hello

I have a question about “Header main menu”.
“Style” ⇒ “MAIN MENU” ⇒ “ACTIVE & HOVER”, Active & hover style is “Style1-Defalut”,
but I want to change it to “Style3-Background” and add a background color.
At this time, I would like to always add a background color even without the on-mouse,
but can you tell me how?

Thank you.

Post count: 35449

Hi,

Unfortunately there is no option for “Style3-Background” when the mouse is hover, but it can be done use a custom css like this one -> https://i.imgur.com/vL0rk1b.png
.tds_menu_active3 .tdb-menu > li:hover > a:after {
background-color: red;
}

This custom css need to be set in theme panel> custom code> custom css.

Hope it will help you!
Thank you!

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