Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #504781

    I am using the Advanced Layer Slider which does not work properly in Mobile View thats why i hide the layer on mobiles. On desktops i want to have a nav point to link to the slider on mobile i don’t want this navpoint. How do i achieve that?
    Andreas

    #504784

    Hey virtualcowboy!

    You can go to Appearance > Menus and click “Screen options” on the right top corner and check “CSS Classes” and then edit your menu items and add “only-dt” custom class to menu items that you would like to hide on mobile and then add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) {
    .only-dt { display: none !important; }}

    Regards,
    Yigit

    #504788

    Cool, that was VERY fast! Thanx a lot!

    #504803

    Hey!

    You are welcome, we are always happy to help!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Different Menues for Mobiles and Desktop’ is closed to new replies.