Change bg color on mobile header

Posted in: Newspaper
Post count: 122

Hi,

my desktop header has a white background color. On mobile the bg color switches to black. How can I change the bg color in header for mobile devices?

Thanks in advance,
julingn

Post count: 80

Add this using Custom CSS:

@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: #ffffff !important;
}

Post count: 122

Hi albnaldo,

thanks a lot for your help. Bg color and logo are displayed correctly now. Unfortunately the toggle menu and search box are not visible anymore. I guess I have to make them black but I do not know how. Can somebody please help me out here?

cheers,
julingn

Post count: 80

Use this:

#td-top-mobile-toggle i {
color: #000;
}

.header-search-wrap .td-icon-search {
color: #000 !important;
}

Post count: 122

Issue solved! Thanks a lot albnaldo.

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