Hi,
how can i change the color of bold font for the whole theme?
kind regards jak
Hey Jak73,
Add this to quick css:
b{
color:red;
}
Adjust the color to what you need it to be.
Best regards,
Jordan Shannon
Hi Shannon,
thanks for your reply!
I added this:
b{
color: #555555;
}
but it does not take an effect?
kind regards Jak
Hi,
Try the following:
strong{
color: #555555;
}
Best regards,
Jordan Shannon