Changing colour of subemnus

Posted in: Newspaper
Post count: 7

Hi
The default background colour for submenus (ie drop down lists from the main menu) is white.
Literally every other colour in the templates can be customised, but i simply cannot find where this particular option can be changed!
Am i missing something obvious?
Thanks

Post count: 20685

Hi,

Unfortunately u can’t customise the colors in the submenus from the theme panel. You can change them with Custom Css though. Enter this css in Theme Panel->Custom Css(change the color to your liking).

.td-header-main-menu
.sub-menu,
.td_mega_menu_sub_cats {
background-color: grey;
}

If this not what u want please provide a screenshot showing what exactly you want to change.

Thanks

  • This reply was modified 9 years by Simion C..
Post count: 7

Hi Simon,
That is EXACTLY what I wanted – thanks for the quick and simple response.
Works a treat 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.