mobile version

Posted in: Newspaper
Post count: 36

A few questions:

1. In main version I use red header color, but in mobile version is black. Why and how cange to red?
2. How to disable sidebar in mobile version?

Post count: 36

At my optinions I don’t see Mobile menu option
http://postimg.org/image/sfawgtgzp/

Post count: 22421

Hello,
In order to change the mobile menu color you will need to update your theme to the latest version if you do not have this option in the theme panel: http://screencast.com/t/LhLGuzA8U
https://forum.tagdiv.com/how-to-update-the-theme-2/
In order to disable the sidebar in the mobile menu you can use custom css:
@media(max-width:767px){
.td-ss-main-sidebar{
display:none!important;
}
}

Note that this code will only work for a sidebar (standard sidebar from widgets area) it will not work for pages that use 2 column visual composer rows.
Thanks.

Post count: 36

My theme version is 6.4. Why I don’t see Mobile Menu option?

Post count: 7909

Hi,

Please update the theme as this option was added in version 6.5 – http://screencast.com/t/I5Z863DMN23e

Thanks!

Post count: 36

Is it possible to add this function without updating all theme?

Post count: 7909

Hi,

I cannot provide a solution to add this function without updating the theme.
You can use custom css to change the mobile menu color if you don’t wan to update, please check this topic – https://forum.tagdiv.com/topic/menu-colour-problem-on-mobile/

Thanks!

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