• Resolved Bunty Pundir

    (@bunty-pundir)


    Is there any css that can disable woocommerce store notice on Desktop?
    I want to show store notice mobile users only as i have 70% traffic from Mobile users.

    Any help would be appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Joash

    (@joashrajin)

    Hi there Bunty ??

    You could use the following CSS Code to hide the Store Notice for Desktop users:

    @media (min-width: 981px){
    .woocommerce-store-notice {
        display: none !important;
    }
    }

    You can alter 981px to change the minimum screen size that you want the notice hidden on.

    I hope that this helps ??

    Plugin Support abwaita a11n

    (@abwaita)

    Hi,
    We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, the above CSS was helpful!

    If you have further questions, please feel free to open a new topic.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hiding Woommerce Notice on desktop’ is closed to new replies.