Home Forums WoodMart support forum How can I add arrows to blog slider in the mobile version?

How can I add arrows to blog slider in the mobile version?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #135977

    SmartInk
    Participant

    Hello! My users sent to me letter, what they don’t know how to switch slides in blog slider, so I have a question to you: how can I add arrows to blog slider in the mobile version? Thank you!

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

    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;
    }

    Best Regards

    #135987

    SmartInk
    Participant

    I added it, but nothing happened.

    #135999

    Hello,

    Have you taken the code from the forum or your email?

    Please provide updated the site admin access to the private area

    Best Regards

    #136036

    SmartInk
    Participant

    Code has been taken code from the message above.
    Here we are:

    #136071

    Hello,

    Navigate to the Theme Settings > performance and set “Off” for Disable OWL Carousel script on mobile devices

    Best Regards

    #136088

    SmartInk
    Participant

    thank you!

    #136125

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

    Best Regards

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

The topic ‘How can I add arrows to blog slider in the mobile version?’ is closed to new replies.