How to change BC in mega menu

Posted in: Newspaper
Post count: 30

Hi!

Sorry, but I wasn’t able to find out how to change the background color(s) within the mega menu – I searched the doc and the forum without any success…

Thanks!

Post count: 23312

Hello muggi15,

I suppose that you want to change the background for your mega menu, right? Unfortunately, our theme does not have option from the Theme panel to change this, but only if you are using custom CSS code If you want this, please try the code below and place it in Theme panel->Custom CSS area and the result you should see here -> http://screencast.com/t/ngMqwt2WSqSR

The code is ->

.td_block_mega_menu, .td_mega_menu_sub_cats {
background-color:red;
}
.td_mega_menu_sub_cats .cur-sub-cat {
background-color: red;
}

If is not what you mean, please provide more details.

Thanks.

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