This topic has 2 replies, 2 voices, and was last updated 4 years, 12 months ago ago by Olga Barlow
Hello,
I would like to change the color of the price of these tabs, how to do?
Also when I select a text the background is golden, I would like to modify, how to do?
https://prnt.sc/pzp870
Thank you
Hello,
1) To change the color of the product price go to Theme Options > Custom CSS > find code below and edit it according to your needs or remove to get the default color
.woocommerce-Price-amount {color: #e3d191;}
2) To change the color of the selection go to Theme Options > Custom CSS > find code below and edit it according to your needs or remove to get the default color (gray)
::selection { background: #e3d191; }
Regards
You must be logged in to reply to this topic.Log in/Sign up