Format Links just in posts and pages

Hey everyone!

I want to use the custom css to format links, but just IN posts and pages, not in menus, sitebars oder headings. Can you help me how to do it?

Thanks für your support and your great theme!

Can someone help me?

Hi @mawido,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

article .entry-content a {
    color: #DA4453;
    font-weight: bold;
}

Best Regards,
Movin