Solved

Custom header text size change for slideshow

maxroddy
Excursionist
43 7 13

Hello,


Can anyone help? I have difficulty reducing the header text size on my homepage. Can anyone share the code please ? thanks 🙂

 

my website: outerhype.com

Accepted Solution (1)

xlentthemes
Shopify Expert
20 4 6

This is an accepted solution.

Are you talking about Banner heading text in your homepage? If so,  just add the following code at the bottom of the theme.css file.

 

h2.hero__title.page-title.h1 {
    font-size: 40px;
}

 

Jerald

View solution in original post

Replies 3 (3)

xlentthemes
Shopify Expert
20 4 6

This is an accepted solution.

Are you talking about Banner heading text in your homepage? If so,  just add the following code at the bottom of the theme.css file.

 

h2.hero__title.page-title.h1 {
    font-size: 40px;
}

 

Jerald
maxroddy
Excursionist
43 7 13

Thank you very much! 

You made my day hehe

xlentthemes
Shopify Expert
20 4 6

You are most welcome dear! if you wish to have any development or customisation related changes in future, kindly reach me! Good luck!

Jerald