How to change background color

Posted in: Newspaper
Post count: 19

Hi.

After i updated the theme to 6.0, the background color on the header on mobile devices is black. How can i change it? I have the site http://www.macweb.dk, it would be great if i could change it to white, and then the icons to another color? Since my logo has a white background.

Looking forward to hear from you :-).

Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/yH6suuYNoPqA as there is no option in Theme Color to change this.

@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: #fff!important;
}
#td-top-mobile-toggle i {
color: #222 !important;
}
.header-search-wrap #td-header-search-button .td-icon-search {
color: #222!important;
}
}

Thanks!

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