Menu colour problem on mobile

Posted in: Newspaper
Post count: 28

Hi
My menu is appearing black on mobile, I have it set to clear and it displays clear on desktop but black on mobile

Post count: 2

I’d come here to say the exact same thing!

Post count: 7909

Hi,

The mobile menu has a specific background(black). Unfortunately there is no option in panel to change it, but you can use this custom css in Theme Panel > Custom Css, just add your color(also for icons if you want): http://screencast.com/t/lMy1un0oBNu

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

Hope this helps!

Post count: 28

Thats great thank you…although when I intially load each page it pops into the old black colour for a few seconds and then switchs

Post count: 2

That’s really helpful, thanks for taking the time to answer this.

Post count: 7909

Hi,


@deelauaki
This can be caused by Speed Booster plugin(if you use it) which move the css and js at the bottom of the page structure so that the page will load faster, this is why the theme default color appears first then changes, because of the cascading property of css. A solution is to change the color directly into css stylesheet file – http://screencast.com/t/hbjKLA3pjKAhttp://screencast.com/t/YLOcOHterf

Thanks!

Post count: 28

Quick question, when I upgrade my php to 5.3 or higher I get an error when trying to upload images. Is this a theme issue or a server issue?

Post count: 7909

Hi,

Please make sure you have permission to upload folder, you may need to ask your host for assistance.

Thanks!

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