change Barred price color and quantity number color
-
Good day,
How can we change Barred price color from light grey to a more visible black
Same goes with quantity number while choose how many items to order
exemple: https://woodmart.xtemos.com/shop/cooking/vestibulum-tempus-metus/
We would like the price $329.00 to be in black / same with quantity number to order.
Regards
Martial
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .price del .amount {
color: red;
}
body .price ins .amount {
color: blue;
}
Set the color as per your needs.
Best Regards
thank you for you input it worked for bared price.
How about the quantity selector color? it is a grey and we would like it to be black
Regards
Martial
Hello,
Please provide the page URL and screen of what you mean.
Best Regards
you will find the quantity selector here :
https://woodmart.xtemos.com/shop/cooking/vestibulum-tempus-metus/
please also find screenshot of the area.
We simply want the numbers to be set in Black
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body div.quantity input[type="number"],
body div.quantity input[type="button"] {
border-color:#000000;
color: #000000;
}
Best Regards