Home Forums WoodMart support forum Promo Banner on Mobile

Promo Banner on Mobile

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

    therugs
    Participant

    Hi,

    I have created a promo banner carousel. The pagination arrow and dots are okay on desktop, but they disappear on the mobile display. Even though I have enabled auto play, it does not auto-play on mobile.

    Attachments:
    You must be logged in to view attached files.
    #328543

    Hello,

    You need to enable the owl carousel in mobile in the Theme Settings > Performance > JS.

    Then add this code to the Theme Settings > Custom CSS > Mobile:

    .owl-carousel .owl-nav> div {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        pointer-events: visible;
    }

    Best Regards

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