• Resolved convivepe

    (@convivepe)


    I have two slide menus. The first one only shows on Desktop and tablets, as toggle in Advanced > “Display mode”. The second one, although it’s only supposed to show on mobile, shows on desktop too.

    I’ve tried hiding other blocks from desktop on other pages, and they won’t hide. They do on mobile, though.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor codersantosh

    (@codersantosh)

    Hello @convivepe ,

    Can you Please go to Advanced => Additional CSS class(es) and check d-lg-block class is present?
    If yes please remove it.

    Best Regards!

    Thread Starter convivepe

    (@convivepe)

    Hi santosh,

    Unfortunately, it’s empty. I don’t really know how to use CSS, so those boxes are usually empty.

    Is there something in the code I can change or add?

    Thanks in advance!

    Plugin Contributor codersantosh

    (@codersantosh)

    Hello @convivepe ,

    We tested again Display Mode options and found that it is not working properly. We will fix it on next version.
    For the quick fix, please paste the following code on Appearance => Customize => Additional CSS.

    
    @media (min-width:992px) {
    .d-lg-none.d-lg-block {
      display: none !important;
    } 
    }

    Best Regards!

    Thread Starter convivepe

    (@convivepe)

    Thanks! Once it’s updated, should I remove the CSS?

    Plugin Contributor codersantosh

    (@codersantosh)

    Hello @convivepe ,

    Yes, you can leave as it is or remove the CSS after the plugin update. Before removing the CSS you have to edit the page and save it again.

    Best Regards!

    Thread Starter convivepe

    (@convivepe)

    Thank you

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘“Hide on desktop” not working’ is closed to new replies.