Dear, I want to change the hyperlinks of my product eCommerce page like the ones show in picture. Please provide me the code to do so. Right now it is showing the default accent color, but I want to change it to the color and size that show in picture. Please take a look of picture:
Have a look at the product page:
https://www.pakdefense.com/shop/3d-lapel-pins/markhor-defense-extended-premium-collectors-pack/
Sorry but the theme does not have an optio nto chage the links inside woocommerce product description separately.
You can try to use this custom css code in the the theme panel under the custom code section:
.single-product .td-ss-main-content a{
text-transform:Uppercase;
color:#14867a;
font-weight:bold;
}
Thank you!
Please look at the below pic in order to get more info on the problem:
Hello pakdefense,
Please check here -> https://www.screencast.com/t/Mmo8lZJNag
Thanks for the message!