Bold font for link in text page only

Hello,

I search option or setting for bold font only for links a in text page only.

Comments

  • Hi,

    there is no such option. To style link the way you like, you have to use custom css like:

    1. #Content a {
    2. font-weight: bold/500/etc;
    3. }

    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.

Sign In or Register to comment.