Hi, I am working with this website https://www.virdiisunique.com/
I would like to change the font of just this one section to “Pacifico”; I’ve gone to theme.scss.liquid and tried the following, but none work:
.h2.feature-row__heading.h3.separator.has-animated {
font-family: Pacifico !important;
}
.feature-row__heading.h3.separator.has-animated {
font-family: Pacifico !important;
}
#shopify-section-1478026923193 {
font-family: Pacifico !important;
}
Would be grateful for any help, thank you!