Home Forums WoodMart support forum Change the image navigation button

Change the image navigation button

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

    acauazum
    Participant

    The black Arrow nav button ,inside images of single product page, looks hidden behind dark images.

    How to change this navigation button? For something similar as this image below.
    Or something with a white shadow circle, behind that black arrow.

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

    Hello,

    Please change the colors as per your needs and add the code to the Theme Settings > Custom CSS

    .woocommerce-product-gallery .owl-nav > div.disabled {
        color: rgba(236, 170, 69, 0.74);
        background-color: rgba(0,0,0,.4);
    }

    Best Regards

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