Help with CSS for product page
-
Hello,
I need help changing the color of the font for the categories and tags on my product pages. Right now it is a light grey, hard to see. I was able to get the price color to change with CSS but cannot figure out the right code for the category and tag fonts.Here is the code I used for the price font:
.price .woocommerce-Price-currencySymbol{
color: #595959 !important;
}.woocommerce-Price-amount.amount {
color: #595959;
}You can see this issue on any product from my chocolate shop page. TYIA
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Help with CSS for product page’ is closed to new replies.