Is mobile stick menu is always dark?

Posted in: Newspaper
Post count: 33

Am I right that the mobile stick menu is always black? So I have to upload mobile logo that look ok on black background?

Thanks!

Post count: 23312

Hello zetam1320,

Our theme has been designed to use as default background color to black on the mobile version. If you want to change this color, you should use a bit of CSS. Please try the code below and place it in Theme panel->Custom CSS area, like this: http://screencast.com/t/N2KeCKjgcTHl

@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;
}
}

The result you should see here: http://screencast.com/t/qylZvC0v0

Hope this helps and let us know how it goes!

Thank you for the message!

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