Title header - Bold

Hi,

could i make the font in the main header/image on the homepage als bold?

cheers

Hi @jolinekool,

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 your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other


div#shapely_home_parallax-1 * {
    font-weight: bold;
}

Best Regards,
Movin