Do you know how to style my internal link in short description ?
-
Hello would you teach me how to make my internal link in the short description to follow the main color at the theme settings? So that whenever i change theme colors, the hyperlinks will follow the color accordingly.
currently i just type this
Box es styrofoam
Currently only on hover the links changed to main color, I want to make it permanent my main color.
https://tokoplastik.co.id/product/box-styrofoam-wawan-kecil-wktl/
Thank you
Joie
Hello,
I have visited the URLs you provided. To Change the color of the links in the product description on the single product page Please add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.single-product-page .woocommerce-product-details__short-description a {
color: #1e73be;
}
Best Regards.