Tagged: woocommerce
Hi all
how do i change the font colour of my woocommerce price see “R4,750.00” above dropdown options pn page http://dgssurfboards.com/product/the-minimal/
Hey timchurchman,
Add this to quick css and adjust the color to what you need:
p.price .woocommerce-Price-amount.amount{
color:#fff!important;
}
Best regards,
Jordan Shannon
Thanks so much you made my day! is there a way to adjust font size?
Hi,
Sure, try this code:
#top #wrap_all p.price .woocommerce-Price-amount.amount{
font-size 15px;
}
and adjust the px value.
Best regards,
Peter
#top p.price span {color:#5c878d!important;}
the above didn’t change my Enfold headings to all caps FYI. (not sure what it broke, but it seems to work clean)
Hi TheMauiDarren,
The above code just changes the font size, does not change to the caps.
Can you tell us more about what you’re trying to achieve?
Best regards,
Victoria
is there a way to edit the price color without using css
Hey Kesch1986,
The general recommended method is using css.
Best regards,
Jordan Shannon