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

    Hi team,
    is it possible to change the color of the quantity button -/+ like the example into the private content
    First color: #63666a
    Hover color: #c7af77!
    Many thanks in advance for your help!
    Alexander

    #866136

    Hey Alexander,

    I think that should be possible yes, could you post a link to your site so that we can have a closer look please?

    Best regards,
    Rikard

    #866249

    Hi Rikard,
    plz have a look into the private area.
    Many thanks for your support!
    Sunny regards,
    Alexander

    #866252

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #top div .quantity input.plus, #top div .quantity input.minus {
        background: #63666a!important;
        color: white!important;
    }
    #top div .quantity input.plus:hover, #top div .quantity input.minus:hover {
        background: #c7af77!important;
    }
    

    Best regards,
    Yigit

    #866256

    Hi Yigit!
    Works perfect!!! Many thanks!!!
    Alexander

    #866258

    Hi,

    You are welcome Alexander! Let us know if you have any other questions or issues!

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Woocommerce quantity buttons +/- color’ is closed to new replies.