Home Forums Basel support forum HIDE QUICK VIEW BUTTON FROM MOBILE

HIDE QUICK VIEW BUTTON FROM MOBILE

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

    Nforzoni
    Participant

    hello,
    how can I hide the quick view button from mobile view?

    #6289

    Artem Temos
    Keymaster

    Hello,

    Simply put this code snippet to the Custom CSS area for mobile devices in Theme Settings

    .quick-view {
        display: none;
    }

    Regards

    #6409

    Nforzoni
    Participant

    Hello, thanks for your reply!
    I have tried to ass this code but does not work !

    what else can I do ?

    Niccolò

    #6415

    Artem Temos
    Keymaster

    But you have disabled quick view option completely. We just turned it on in Theme Settings / Shop and now code works as expected.

Viewing 4 posts - 1 through 4 (of 4 total)