We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Change subtitle font

Solved

Change subtitle font

ThompsonLane
Tourist
10 0 4

URL: www.thompsonlane.com.au

Password: siteloading

 

Hello,

 

I'm hoping to get some help to change the subtitle font on my homepage banner slideshow for Split theme.

 

My subtitle font is one I have added through custom CSS (EB Garamond italic) but I can't work out how to apply it to this particular line.

 

I would like to change it for both desktop and mobile.

 

Thank you,

 

Cas

 

Screenshot 2024-07-30 at 11.01.50 AM.png

Screenshot 2024-07-30 at 11.08.43 AM.png

Accepted Solution (1)
MaverickStudio
Shopify Partner
101 32 35

This is an accepted solution.

@ThompsonLane 

To target the block only on the home page replace the previous code with this. I've also bumped up the font size by a smidge. You can adjust it to your liking 🙂

.template-index .title.h1 + .subtitle {
	font-family: 'EBGaramond-Italic' !important;
	font-size: 24px !important;
}

♥ If you found my solution helpful, please consider giving it a  Like and marking it as the  ✔ Accepted Solution


Try our WhatsApp Chat Button Widget with multipe agents. Supachat: WhatsApp Chat Button


A Product of  Maverick Studio

View solution in original post

Replies 6 (6)

MaverickStudio
Shopify Partner
101 32 35

Hey @ThompsonLane 

A very warm welcome to the community mate 🙂 It's an easy fix for the subtitle. Follow the steps below.

Step 1: Go to online store.
Step 2: Edit Code
Step 3: Find theme.css
Step 4: Add the following code at the bottom of the file

 

.title.h1 + .subtitle {
	font-family: 'EBGaramond-Italic'!important;
}

 


Screenshot 2024-07-22 230019.pngScreenshot 2024-07-30 112451.png

♥ If you found my solution helpful, please consider giving it a  Like and marking it as the  ✔ Accepted Solution


Try our WhatsApp Chat Button Widget with multipe agents. Supachat: WhatsApp Chat Button


A Product of  Maverick Studio

ThompsonLane
Tourist
10 0 4

Thank you kindly for the quick reply!

 

Is there a way to make it so it will only change for the specific block on the homepage? It has changed on my other pages as well but I'd like these to remain as the body font.

 

Screenshot 2024-07-30 at 11.31.24 AM.png

 

Also, is there something I can add to adjust the font size, again just for the particular block/line on the homepage banner?

MaverickStudio
Shopify Partner
101 32 35

This is an accepted solution.

@ThompsonLane 

To target the block only on the home page replace the previous code with this. I've also bumped up the font size by a smidge. You can adjust it to your liking 🙂

.template-index .title.h1 + .subtitle {
	font-family: 'EBGaramond-Italic' !important;
	font-size: 24px !important;
}

♥ If you found my solution helpful, please consider giving it a  Like and marking it as the  ✔ Accepted Solution


Try our WhatsApp Chat Button Widget with multipe agents. Supachat: WhatsApp Chat Button


A Product of  Maverick Studio

ThompsonLane
Tourist
10 0 4

Thank you so much!! Really appreciate your help 🙂

MaverickStudio
Shopify Partner
101 32 35

Too easy! @ThompsonLane 

Let me know if you need a hand with anything else.

P.S
Your social links in the footer aren't working as expected. Make sure that all the links have a https:// prefix
so it should be https://www.facebook.com/thompsonlane.home 
and not www.facebook.com/thompsonlane.home

 

same for pinterest and instagram 🙂

♥ If you found my solution helpful, please consider giving it a  Like and marking it as the  ✔ Accepted Solution


Try our WhatsApp Chat Button Widget with multipe agents. Supachat: WhatsApp Chat Button


A Product of  Maverick Studio

MaverickStudio
Shopify Partner
101 32 35

@ThompsonLane 

Too Easy! Ping us if you need a hand with anything.

P.S
The social links in your footer aren't working. Make sure that all links are prefixed with https://. Do this for all the links
So https://www.facebook.com/thompsonlane.home

And not www.facebook.com/thompsonlane.home

♥ If you found my solution helpful, please consider giving it a  Like and marking it as the  ✔ Accepted Solution


Try our WhatsApp Chat Button Widget with multipe agents. Supachat: WhatsApp Chat Button


A Product of  Maverick Studio