Home › Forums › WoodMart support forum › Mailto: link colour › Reply To: Mailto: link colour
December 19, 2017 at 12:28 pm
#29643
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to do this
.stock a {
color: #e8bb01;
}
.stock a:hover {
text-decoration: underline;
}
Regards