Change menu color

Posted in: Newspaper
Post count: 7

Hello,

I don’t know if it is possible but i did not find with the browser inspector : is it possible to change this color please ?
I want to change the white color : Screenshot to see

Many thanks

  • This topic was modified 9 years by Fluffy.
Post count: 23312

Hello Fluffy,

This type of color if given by Default Theme Color. So, if you want to change it only for the mega menu, please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td_mega_menu_sub_cats .cur-sub-cat {
color: red!important;
}

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

Thanks for the message!

Post count: 7

Hello Catalin,

I may not have written correctly or i am not accurate enough. I apology for my english, i was talking about the white “block” that i am showing more accurately on this screenshot.

Thanks for the answer 🙂

Post count: 20688

Hi,

You could do that using this code, it will aplly on all the mega menus you have, if you want to make it more specific use browser inspector – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ to target a unique class where you want it to apply – https://www.screencast.com/t/1qp8tGmJfaP

.td_block_mega_menu {
background-color: red;
}

Or for a single menu item

.menu-item-3305 .td_block_mega_menu {
background-color: red;
}

Thanks

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