Hi,
i would like to change my font family of the text next to my image (see picture below)
Can someone help me?
Hi,
i would like to change my font family of the text next to my image (see picture below)
Can someone help me?
.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:
#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.