Home Forums WoodMart support forum Arrows from Products Gallery

Arrows from Products Gallery

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

    davidrogut
    Participant

    Hi, i have tried to change the css Arrows from Products Gallery

    .woocommerce-product-gallery .slick-slider>button {
    background-color: #c01157;
    color: #ffffff;
    }
    but it dont work on all products….

    can you help me please

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

    Hello,

    Please replace the CSS you added with the following then check back.

    .single-product  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
        background-color: #c01157;
        color: #fff;
    }

    Best Regards

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