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

    Hi!
    I’m trying to hide some submenu items on the desktop version and show them on mobile version
    but is not working

    I’m using class (only-mo) but the sub menu still appears…
    what I’m trying to hide in desktop version is this submenu:

    View post on imgur.com


    adding this class here:

    View post on imgur.com

    any idea?

    thank you!

    #533233

    Hi nasi!

    Have you added following code to Quick CSS in Enfold theme options under General Styling tab?

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

    If you have, please create a temporary admin login and post it here privately

    Best regards,
    Yigit

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