How can I alter the font in a Brooklyn theme section?

Hi,

i would like to change my font family of the text next to my image (see picture below)

Can someone help me?

1 Like

@Ellen13

.rte-setting.featured-row__subtext p {
    font-family: cursive !important;
}

Add this code in timber.scss
choose you font-family name.

Hi @Ellen13 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/timber.scss->paste below code at the bottom of the file:
#shopify-section-featured-row-pro-1646049168 .rte-setting.featured-row__subtext p {
    font-family: "RosieReg" !important;
}

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

Best regards.