Home Forums WoodMart support forum RELATED PRODUCTS

RELATED PRODUCTS

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

    loralora
    Participant

    hi
    please tell me how to set up the display of arrows as in the photo from RELATED PRODUCTS
    and not only in RELATED PRODUCTS, but in general wherever there are leafing elements.
    Including in the mobile version

    https://woodmart.xtemos.com/shop/clocks/wall-clock-light-wood/

    #324744

    Hello,

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

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

    Best Regards

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