Home Forums WoodMart support forum OWL Carousel Prev/Next – Mobile

OWL Carousel Prev/Next – Mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #209520

    alexurth
    Participant

    Hello Support,

    I wanted to display OWL Carousel Prev/Next button always open in Mobile and Tablets.

    Please provide me the CSS.

    Thank You.

    Regards,
    Alex

    #209543

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

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

    If the code does not work, please provide your page URL with the carousel.

    Best Regards

    #209621

    alexurth
    Participant

    Hello Elise,
    Thank you for your email.

    I have added the code to the Theme Settings > Custom CSS > Global
    The code is working desktop and tablets only and not displaying the PREV/NEXT icon on mobile.

    Also, how to increase the PREV/NEXT icon size.

    Please see the below screenshot and the text page link.
    https://prnt.sc/tekifc

    Thank you.

    Regards,
    Alex

    #209668

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .owl-nav>div:after {
        font-size: 22px;
        line-height: 22px;
    }
    
    @media (max-width: 576px){
    body .owl-nav>div {
        display: block;
    }
    }

    Best Regards

    #209704

    alexurth
    Participant

    Hello Elise,

    Now working on mobile 🙂

    Thank you very much!

    Regards,
    Alex

    #209724

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘OWL Carousel Prev/Next – Mobile’ is closed to new replies.