Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #194064

    Hi,

    May i know how can i choose only certain page to display in mobile browser?

    For example, my site have 15 pages. But some page content is to long and not suitable to display on mobile. So, i want to choose the most important and simple page to display on mobile browser automatically.

    Can i do that with this theme? or any suggestion on how to achieve this purpose by using plugin?

    Thank you!

    #194124

    Hi riatech!

    You can add following code to Quick CSS in Enfold theme options under Styling tab, if you would like to display only homepage on mobile. This code will remove mobile menu when displayed on screens smaller than 767px

    @media only screen and (max-width: 767px) {
    .mobile_active #advanced_menu_toggle, .responsive .main_menu {
    display: none;
    }}

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Configure which page to display on mobile’ is closed to new replies.