Mobile menu colors

Posted in: Newspaper
Post count: 31

Hi,

I have just bought your great theme and am testing a couple of things on http://www.sverigetips.se. If you minimize the browser window until the mobile menu shows and then make a reload, you can see that the mobile menu pops up in black in a split second. (I have used the CSS that you have repeatedly suggested for changing the color of the mobile menu.) This happens with or wihout caching. I can see the same behaviour on my mobile phone. How can it be avoided?

Speaking of mobile menu: Your theme panel is really fantastic – however, you seem to have forgotten about the mobile menu there (in the theme colors). Would be great if you could add – mobile menu bar background color – mobile menu bar text color – mobile flyout menu background color (it doesn’t seem to be identical with the theme accent color) – mobile flyout menu text color.

Cheers,

Walther

Post count: 7909

Hi,

You can try to make this change directly in style.css file and see if still the default color is being applied. This issue appears because of the cascading property of css and change it directly in the stylesheet file you should not have this delay. Try to change the color here – http://screencast.com/t/XhfSg0Ij6

Also we will try to add some options for mobile menu in a future update as it is on our list.

Thanks for the message and for suggestions!

Post count: 31

Hi,

Thanks a lot, the change in style.css works.

For the text color I have added this code in custom css:


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

I hope the code is ok – it seems to work in any case.

Walther

Post count: 7909

Hi,

Yes, the code that you are using is fine.

Thanks!

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