Change the color of Quantity picker's buttons

Hey, would it be possible to change the color of those grey button on the right of the quantity picker of my theme (Brooklyn) ?

Thank you !

Hi Masaru,

You can do this by making changes to your theme.scss.liquid file.

(ReferenceToTheReviewsContainerGoesHere : if there is an id on the buttons, #theNameOfId or if there is a class on the buttons, place .theNameofClass)

ReferenceToTheReviewsContainerGoesHere {

background-color: #HexCodeOfColor !important;

}

Hope this helps!

-Sally

Hi There! I’m a e-commerce enthusiast passionate about knowledge exchange.

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.