• Resolved gerhard88

    (@gerhard88)


    Hi Taisho,
    I’m finding it difficult to change the colour for the “minus” & “plus” buttons. When I try to change the colour it only changes the actual quantity/number box section. Not sure if it might be my theme (Astra) that’s giving problem or if I’m targeting the wrong section.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author taisho

    (@taisho)

    Hello,

    this example CSS put in a child theme or extra CSS should change the look of the buttons:

    .qib-button:not(#qib_id):not(#qib_id) {
        color: white;
        background: #d62c2c;    
    }

    Please keep in mind that hover and focus events should also be handled in the CSS for better consistency, similar to what the default styles in the plugin offer.

    Best regards,

    Ryszard

    Thread Starter gerhard88

    (@gerhard88)

    Sorry, I just found my mistake. Thank you for the plugin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Button style – change the button colour’ is closed to new replies.