Make bold text in home page

Hi,

I want to make bold text in the home page because now it is too light.

Can I do it somehow?

Thank you!

Hi @nika,

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

I am not sure which text you want to make bold on the home page so could you please tell me a bit more in detail about this so that i can help you?

Kind Regards,
Movin

Hi,

I mean the three texts that are in the full width photo.

Thank you.

I’m also curious about this and adding this comment to be pinged when you reply. Thanks!

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



#page .shapely_home_parallax h1 {
    font-weight: bold;
}

It works :smiley:

Thank you so much!

You are most welcome here :slight_smile: