How to make 'link text' of single post content bold

Posted in: Newspaper
Post count: 84

As the title stated, I can’t find the option to let the link text of single post content become bold.

This is the single post template, but I only found the option to change the color of Links:
https://ibb.co/n6cqsvf

This is the link text in content:
https://ibb.co/fC3jSBW

Post count: 35449

Hi,

Unfortunately for the moment there is no option for fonts links on single post template, you can achieve this using custom css
.tdb_single_content p a {
font-weight: bold;
}

Thank you!

Post count: 84

Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.