Hey 
I have a small question: I want to change the Fonts of the Section Title: Instagram Feed. BUT only this Title and not every other h2. Can someone help me with the right code for the scss file I guess?
Here is the shop: https://ruhi-rituals.com/
Thank you for helping!
1 Like
@IsaRohr
Please add the following CSS code to your assets/theme.scss.liquid bottom of the file.
.ooo-instagram-container .u-h1 {
font-family: Voyage-Regular!important;
font-size: 40px!important;
font-weight: 500!important;
}
Thanks!
@IsaRohr
If helpful then please Like Solution