Change menu's background color from dark grey to white

Posted in: Newsmag
Post count: 11

After updating the theme, the menu on mobile went dark grey. This doesn’t work with my logo.

How can I change it to white, as the desktop version? Or maybe keep just the burger menu and search button dark?

Thanks.

Post count: 6535

Hi

The color system should be the same on both version desktop and mobile. Try to clear all caches, purge cdn files if you’re using, and test the site again. If the problem persist please provide a link so i can inspect it closer.

Thanks!

Post count: 11

Hi, Andrei.

Yes, I did all that.
http://www.exorbeo.com
As you can see, on desktop the menu is white and on mobile it’s a dark grey. I assumed that was as default. I need to change the mobile menu to a white background or at least it’s center, where the logo is shown.

Thanks.

Post count: 6535

Hi

If you want the same color on the mobile version you can use custom css but notice that you need to change the color of the mobile menu and the search button, because will not be visible.

@media (max-width: 767px){
.td-header-wrap .td-header-main-menu{
background-color: white !important;
}
}
@media (max-width: 767px){
#td-top-mobile-toggle i{
color: #0A0A0A;
}
}
@media (max-width: 767px){
.header-search-wrap .td-icon-search {
color: #000 !important;
}
}

Please post your issue on Newspaper forum https://forum.tagdiv.com/forum/newspaper/

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.