I’ve been trying to change the attribute Bold or Strong to the same color of #000. I’ve set in Advanced Settings for <strong and set the following in Quick CSS to get the body text to act properly (don’t understand why this is not the case out of the box..):
strong {
color:#000 !important;
}
/* Set all links bold*/
.avia_textblock a {
font-weight: bold;
}
However, how do I set this for WooCommerce products?
http://staging.klemcoll.com/product/the-eye-of-klemantaski/
Thanks.
Hey hostworks,
Please try this CSS as well:
.main_color b {
color:#000;
}
Best regards,
Rikard
Thanks Rikard, that did the trick for me! You can close this item.