there is no such option. To style link the way you like, you have to use custom css like:
#Content a {
font-weight: bold/500/etc;
}
bold/500/etc is the value you would like to set for our links. If #Content would be to general, you can always replace it with ID or class for specific element inside which you would like links to be that colour.
Comments
Hi,
there is no such option. To style link the way you like, you have to use custom css like:
bold/500/etc is the value you would like to set for our links. If #Content would be to general, you can always replace it with ID or class for specific element inside which you would like links to be that colour.