How to change the only heading font in this section?
Hello There,
- In your Shopify Admin go-to online store > themes > actions > edit code
- Find Asset >styles.css and paste this at the bottom of the file:
#section-id-template--14370506440778__16359276425da8ce46 .slide-1 .overlay-text__title {
font-size: 70px;
}
Hi,
I have to change the font style?
Hello There,
- In your Shopify Admin go-to online store > themes > actions > edit code
- Find Asset >styles.css and paste this at the bottom of the file:
#section-id-template--14370506440778__16359276425da8ce46 .slide-1 .overlay-text__title {
font-style: italic;
}
Hi, I mean i want to change the font family for the heading..
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >styles.css and paste this at the bottom of the file:
#section-id-template--14370506440778__16359276425da8ce46 .slide-1 .overlay-text__title {
font-family: cursive;
}
Hi, how to change the section background colour?
Only for the attached image section from https://thebirdsonglife.myshopify.com/
Hello there,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > styles.css and paste this at the bottom of the file:
div#shopify-section-template--14370506440778__16359278867b92de38 .use-alt-bg {
background: #ceceff;
}

