Shopify themes, liquid, logos, and UX
To continue receiving payouts, you need to secure your account by turning on two-step authentication. If two-step authentication is not turned on your payouts will be paused. Learn more
Hi, I'm trying to change the font of the heading of the slideshow ONLY. I don't want to change the font of any other heading nor body across the theme.
The font I'd like to add is Honeywell Sand Black.
URL: https://39o7xea6sanmy82v-68790550809.shopifypreview.com
teagau
@erika_brandlab1
Hello,
.banner__heading.h1 {
font-family: open-sans !important;
}
Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
Like This
First, add a font to your theme then after adding CSS without font does not affect your CSS
Hello @erika_brandlab1 ,
It's GemPages support team and glad to support you today.
I would like to give you a recommendation to support you so kindly follow steps below:
1. Go to Online Store > Theme > Edit code of your current theme
2. Open your theme.liquid theme file
3. Paste the below code before </head>
<style>
.slideshow__slide .slideshow__text-wrapper .slideshow__text .banner__heading {
font-family: 'Honeywell Sand Black' !important;
}
</style>
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
Hi @erika_brandlab1 ,
You can try this code by following these steps:
Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag </body>
<style>
.slideshow__slide .slideshow__text-wrapper .slideshow__text .banner__heading {
font-family: open-sans !important;
}
</style>
Hope this answer helps.
Best regards,
Victor | PageFly
If it’s helpful to you, please let me know by giving it a like or marking it as a solution.
PageFly #1 Shopify Landing Page Builder - Free to use, 24/7 Live Chat Support.
Hesitate to begin? Check out our top brands with successful stories with PageFly’s Case Studies.
User | RANK |
---|---|
116 | |
93 | |
72 | |
69 | |
45 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022