Newspaper top bar for mobile

Posted in: Newspaper
Post count: 12

Hi, how do I show the top bar links in mobile menu? https://www.tengokbawah.com/beranda/
Thanks

  • This topic was modified 8 years by mifwebid.
  • This topic was modified 8 years by mifwebid.
Post count: 23312

Hello mifwebid,

Unfortunately, the theme does not have any such an option that allows you to do this! You should check what kind of menu to be displayed from Menus.

Thanks for the message!

Post count: 12

Can I make certain menu only appear on mobile?

Post count: 23312

Hello mifwebid,

If you will use the Mobile Theme, notice that you will have this opportunity from the Theme panel, like this -> https://www.screencast.com/t/cs8lUfuq0

Hope this helps!

Thanks for your understanding!

Post count: 12

I mean I want to make certain menu items of header menu to be shown only on mobile device. Please help.

Post count: 20688

That could be done but not by a theme option. It could be done with CSS. For example if you want to hide this menu item on desktop
https://www.screencast.com/t/FCCYcUtRtNiK
You could use a code like this – https://www.screencast.com/t/Hr46fGoWBrZ
Entering that code in Theme panel->Advanced CSS in the desktop section, will hide that menu item on desktop. It will only be visible in tablets and phones.
Each menu has a unique class, which can be used to target it
https://www.screencast.com/t/IpCgtTfqfj
This is the code I used in the example

.menu-item-724 {
display: none;
}

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