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

    Hi,

    Would like to use the top menu on desktop, laptops and tablets, but would like to hid it on smart phones.
    How can that be done?

    thank you

    #486862

    Hi freshview!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

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

    Cheers!
    Yigit

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