Hello, I need help to change the color on my buttons on my product page to color #007744, as well as the space behind the number for choosing quantity, (kvantitet). See below url for example https://etune.se/products/bla-ljus-glasogon-gula
and the shopping cart; https://etune.se/cart
which also have white space behind where you select quantity that i wish to change to color #007744
Based on the information provided and from what I understand your problem is, I think I can help. Please note, I am not a developer. First I would suggest adjusting your colors in the theme settings.
If that does not work, you can add custom CSS to both the product page template and cart template.
Navigate to the product page template and add this code to the custom CSS
.quantity {
background-color: #007744;
}
*Alternatively, you can add this code to the Custom CSS in the theme settings. This change will apply to the whole theme rather than the individual page.
Navigate to the product page template and add this code to the custom CSS
*Alternatively, you can add this code to the Custom CSS in the theme settings. This change will apply to the whole theme rather than the individual page.
*Alternatively, you can add this code to the Custom CSS in the theme settings. This change will apply to the whole theme rather than the individual page. There may be a crossover of code, however, if you placed the quantity selector code from the product page in the theme settings custom CSS.
Hopefully, that is helpful or at least a starting point. Best of luck!