Colour of Mobile Menu top bar

Posted in: Newspaper
Post count: 39

Want to change the mobile menu “black” top bar to the colour of my desktop version which is #003d6b

Post count: 7909

Hi,

You can change the background color for mobile menu (and menu icons if you want) using custom css in Theme Panel > Custom Css, as the theme doesn’t have an option(this is on our list and we plan to add an option in future). Please check this topic – https://forum.tagdiv.com/topic/mobile-header/

Thanks!

Post count: 39

I found that string css code earlier and I couldn’t get it to work. I tried placing it in the main custom css box as well as the mobile options and everything stayed the same.

When do you suppose a option will be created in the theme panel? My site is to go live by September and would like it done by then.

Post count: 7909

Hi,

I’m not sure why this doesn’t work for you as it is tested and should work fine – http://screencast.com/t/37usR2YUgfHc just paste the css code in Theme Panel > Custom Css – http://screencast.com/t/nQ9cHORoh and also clear cache.

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

Anyway we will add this option in Theme Panel until your site will go live.

Thanks!

Post count: 39

Thanks — worked that time. I forgot to put an end bracket on the previous css code.

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