Home Forums WoodMart support forum Owl slider

Owl slider

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

    Palda
    Participant

    Hello,
    I´d need to have .owl-prev and .owl-next always visible and not to be visible just on hover, is there a way how to achieve it, please ?

    thanks a lot

    #92056

    Hello,

    Please provide the page URL we shall provide CSS for that.

    Best Regards

    #92063

    Palda
    Participant

    Hi,

    it´s in the private message.

    cheers
    Tomas

    #92091

    Hello,

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

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

    Best Regards

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