Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3427486
Bold hyperlinks
Closed

Comments

  •  2
    Fjura started the conversation

    Hello,

    may I ask, is it possible to globally change text hyperlinks that are placed in posts to be bold?

  •  2,541
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .entry-content a {
        font-weight: bold;    
    }

    Regards,
    PenciDesign.



  •  2
    Fjura replied

    thank you, is this by chance possible to only apply to posts? Because now it changed also on pages.

  •  2,541
    PenciDesign replied

    Hi,

    Please modify the CSS code like the following below:

    body.single .entry-content a {
        font-weight: bold;    
    }

    Regards,
    PenciDesign.



  •  2
    Fjura replied

    worked great, thank you