Home Forums WoodMart support forum Looking to change colors on buttons

Looking to change colors on buttons

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #204367

    eangee
    Participant

    Hi,

    I would like to change the color of the buttons (see attached image). Can you please tell me how I can change the button to a darker color and the arrows white? Thanks!

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

    Hello,

    I saw the screenshot you attached. To change the color of the button on the product page you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woodmart-show-product-gallery {
    background: red !important;
    }

    For the color of the carousel arrows add the following Custom CSS.

    .woocommerce-product-gallery .owl-carousel .owl-nav .owl-next .owl-prev {
    color: red;
    }
    .woocommerce-product-gallery .owl-carousel .owl-nav .owl-prev {
    color: red;
    }

    You can set the colors according to your needs.

    Best Regards.

    #204595

    eangee
    Participant

    Hi Aizaz,

    Thanks for your help on those changes. But there are two more buttons that I circled in red (they were hard to see). Can you please help me change those too?

    Thanks

    Chris

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

    Hello,

    You are Most Welcome.

    I saw the screenshot you attached. Please try and add the following Custom CSS to change the color of the buttons.

    .slick-prev.slick-arrow.slick-disabled {
    background: green;
    }
    .slick-next.slick-arrow {
    background: green !important;
    }

    You can set the color according to your needs.

    Best Regards.

    #204843

    eangee
    Participant

    Hi,

    Perfect that helps. Feel free to close the tickets šŸ™‚

    #204953

    Most Welcome!!!.

    Iā€™m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Looking to change colors on buttons’ is closed to new replies.