Home › Forums › Jevelin Theme › Shop + Cart button text grey not white
Home › Forums › Jevelin Theme › Shop + Cart button text grey not white
Thanks for the help thus far.
One thing I am seeing on my shop page is the view chart and cart button text is grey not white, only seems to be on this page and not the cart or rest of shop.
Thanks!
Hi @donkeydonner,
I hope you are well today and thank you for your question.
You can achieve it to white by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .woocommerce .widget_shopping_cart .buttons a, #page-container .woocommerce.widget_shopping_cart .buttons a { color: #fff !important; }
Best regards,
Shufflehound team