How to adjust bold text in posts/pages?

Posted in: Newspaper
Post count: 9

Hi there,

Struggling to find where I can adjust the font thickness for bolded text within a post/page?

For example, I want to reduce the thickness of the bolded text within https://www.hotelspeak.com/2024/03/how-gestalt-design-principles-can-help-improve-your-hotel-website/ as it’s pretty heavy.

Can you please help?

Thanks!

Post count: 27744

Hello,

Depending on what font you use. You can try to use a custom code css

Thank you!

Post count: 9

Thanks Anamaria – can you provide some steer on what the custom CSS should be please? I’ve tried searching this forum, but can’t see anything…

Thanks,

Sam

Post count: 27744

Hi,

Please use this code and adjust it as you want .tdb_single_content li strong
{
font-weight: 400;
}

Set the code in Theme panel>Custom code>Custom css

Thank you!

Post count: 9

Thank you! That worked perfectly.

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