How to change the background color in the mobile header ?

Posted in: Newspaper
Post count: 3

Hello,

How to change the background color in the mobile header to white?


@media
(max-width:767px){
.td-header-wrap {
background-color:white;
}
.td-search-icon i{
color:black;
}
}
#td-top-mobile-toggle i{
color: black;
}

above code not working.

Post count: 20688

Hi,

There are settings for that in the theme panel. If you do not use the mobile theme here
https://www.screencast.com/t/Zf4fGUoV0g
If you use the mobile theme plugin here
https://www.screencast.com/t/bAEiBFDo7krC
So there would be no need to use CSS code for that.\

Thanks

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