Mobile theme

Posted in: Newspaper
Post count: 65

Hello,

Can you please tell me:

1- how not to appear the menu option in the mobile theme. In fact, in Mobile Theme / Mobile Settings / Main Menu, I select the option “—No Menu—“; however, when I enter in my site (www.videosupporters.com) by mobile, in the left top it appears the option to open a menu (the symbol of menu in mobile, I mean, the 3 horizontal lines), and if I click on it it opens a page that says “Click here – to use the wp menu builder”;

2- As it is written in the support documentation, the first section of the homepage displays 3 featured posts (posts included in the Featured category) – my question is: how to I define which posts are featured (or, in other words, what I have to do in order that a post will be classified as featured category)?

Post count: 6600

Hi,

1. Actually the theme does not have an option to completely remove the menu on the mobile theme however you can use a custom css code to hide it like this: https://www.screencast.com/t/WXybdKTiBNd > https://www.screencast.com/t/WrPpBDmyvc1F

use this css code:

#td-top-mobile-toggle {
display: none;
}

2. It’s enough to set the Featured category to it, like this: https://www.screencast.com/t/g7n61VG6v

Thank you!

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