- Joined
- Sep 12, 2016
- Messages
- 28
- Likes
- 4
- Degree
- 0
Hi, I'm doing some changes to my woocommerce site and i don't know how to make these changes
Atm my product page price looks like this:
1. How can I change the color of $30.00, also how can I delete the .00 if the normal price doesn't have decimals
2. How can I delete or move down the second $ (or both) symbol
This is how i changed my prices
Btw if there is a way to not show the regular price as big on the rest of the website except on the product page (ex. not display it as big on my widget Other/recommended products or so..)
Thanks in advance
Atm my product page price looks like this:
1. How can I change the color of $30.00, also how can I delete the .00 if the normal price doesn't have decimals
2. How can I delete or move down the second $ (or both) symbol
This is how i changed my prices
Code:
del {
font-size: 42px;
}
.woocommerce-Price-amount.amount {
color: #e10013;
}
Btw if there is a way to not show the regular price as big on the rest of the website except on the product page (ex. not display it as big on my widget Other/recommended products or so..)
Thanks in advance