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
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
Hi Rikard,
plz have a look into the private area.
Many thanks for your support!
Sunny regards,
Alexander
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
Hi Yigit!
Works perfect!!! Many thanks!!!
Alexander