Changing font of the section below banner image- dawn theme

Hi,

I am trying to change the font to be bold and different size for the section below banner image- dawn theme. See image- can someone help?

@KetanKumar @PageFly-Victor

@Zworthkey

@rosa_Laneh Please send me store url.

@rosa_Laneh
Welcome to Shopify Community,
Kindly share your Store Url.
So that we will check and fix out your issues.

@rosa_Laneh

can you please share store

Hi @rosa_Laneh ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-rich-text.css->paste below code at the bottom of the file:
#shopify-section-template--15319424565419__rich_text .rich-text__text p {
    font-weight: bold;
    font-size: 20px;
}

NOTE: you can increase or decrease the font-size (20px) value according to the value you want to fit your store

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.