Home › Forums › All Other Themes › Luxury Watch color change
- This topic has 5 replies, 2 voices, and was last updated 5 years, 6 months ago by
Forum Moderator.
-
AuthorPosts
-
March 7, 2018 at 5:27 pm #95985
I need to change the product price color in the WooCommerce part of this theme but can’t find it anywhere in the CSS (editor). Anyone know how to do this?
March 8, 2018 at 5:20 am #96020Hi,
Kindly show us your website URL?
Regards,
BradMarch 8, 2018 at 1:26 pm #96077http://on6.27c.myftpupload.com/
I can access the CSS for the main website in the editor, but not the WooCommerce CSS. My client wants the green prices in the products changed to gold. Can I find that via Filezilla? Thanks!March 9, 2018 at 6:33 am #96122Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.woocomerceright .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price { color: #0db72d !important;}
Regards,
BradMarch 9, 2018 at 4:11 pm #96175It worked great for the grouped products but when you click for individual products the price is still green. I think it is an additional CSS edit. Thanks, Kristy
March 12, 2018 at 5:29 am #96224Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.woocommerce div.product p.price { color: #ed2939 !important;}
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.