How to change header color for Mobile??

Posted in: Newspaper
Post count: 1

It’s black at the moment, also the footer is black. i cant change it…
link please?

Post count: 6535

Hi

By default the theme changes the header background to black on mobile devices, but you can customize it as you like with custom css like here: http://screencast.com/t/kprRELdlKXF8

@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-footer-wrapper{
background-color: red!important;
}
}

Thanks!

Post count: 3

Having the same issue and this code doesn’t seem to do anything to help. I should enter the code exactly as-is in the custom CSS section of the theme panel?

Post count: 7909

Hi,

Unfortunately there is no option to change the mobile menu color, we will try to add an option in a future update. Until then you can change the color via custom css in Theme Panel > Custom Css – http://screencast.com/t/mAbN5XIqW
Please try this css: http://screencast.com/t/vTeiZpPnZB

@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: #FFD000 !important;
}
}

For the footer there is an option in Theme Panel > Theme Colors(that color it will be applied also on mobile): http://screencast.com/t/hg68WQNZ

Thanks!

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