Menu 12 changes colors on mobile

Posted in: Newspaper
Post count: 19

Hi,

Like many i’ve just moved to v6 and here is a little low priority issue i found.

I’m using menu 12 with the default blue color, when switching from desktop to mobile the header becomes black.

The Enable Top Bar doesnt seem to work (the bar is always displayed), there again, no big deal as it can easily be hidden via css.

ps : the new content blocks & footer are pretty cool

Post count: 4

Same problem here but using menu 5!

Post count: 7909

Hi,


@Crabouille
I have added this issue with top menu on our to do list and it will be fixed as soon as possible.
Unfortunately theme doesn’t have an option to change mobile menu background but you can do it using custom css – http://screencast.com/t/7YBJ8ESckz9

@media(max-width: 767px) {
.td-header-wrap.td-header-style-12 .td-header-main-menu {
background-color: #4db2ec !important;
}
}


@bestofbristol
Do you refer to the mobile menu color?
Please try this custom css in Theme Panel > Custom Css this it will apply only on header style 5(just remove .td-header-style-5 if you want to apply this on all header styles mobile menu): http://screencast.com/t/tAiO4CbO1Q6

@media(max-width: 767px) {
.td-header-wrap.td-header-style-5 .td-header-main-menu {
background-color: #4db2ec !important;
}
}

Thanks!

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