How to change the font of the heading of the slideshow ONLY

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

  1. Open your theme.liquid theme file

  2. Paste the below code before


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


Hope this answer helps.

Best regards,

Victor | PageFly