Changing link color of WooCommerce
-
Hello!
I’m struggling with changing the link color of WooCommerce notifications such as “View cart” or “Add a coupon”.
The problem is that the main link color of my website is orange, but in these WooCommerce notifications I want a different color for the links.Website:
http://sabertec.net/product/golden-harvest-soundboard/Does anyone can help me, please?
Thank you in advance!Greetings,
Freddy2400. -
Hi @, it looks like you are using WordPress but you are not hosted here at WordPress.com. For self-hosted WordPress sites such as yours, I would suggest asking for help in the WooCommerce support forum at WordPress.org.
The differences between WordPress.com and WordPress.org.
I did take a quick look at your site, and the following will allow you to change the font and background color on the view cart button.
.woocommerce-message .button { color: #fff !important; background-color: #a46497 !important; }For the Apply Coupon button, the CSS selector you need is:
.coupon .button
- The topic ‘Changing link color of WooCommerce’ is closed to new replies.