Hi,
I’m trying to change the font size & style of the slideshow header on the Prestige theme.
Store: sprucestreetdecor.com
PW: owhays
Thanks in advance!
Hi,
I’m trying to change the font size & style of the slideshow header on the Prestige theme.
Store: sprucestreetdecor.com
PW: owhays
Thanks in advance!
Hi @lauren40 ,
Great pick for the Prestige theme, I also use it for my store and love it! In saying that though, I am by no means a theme or code expert and for fixes like this with my theme I’ve always referred to asking the Maestrooo team directly for help with it. They are very good, helpful and know their own theme since they created and developed it.
You can change the values as per your wish:
10px = font size of top text on desktop
20px = font size of title on desktop
8px = font size of top text on mobile
18px = font size of title on mobile
#000000 = top text color
#cccccc = title color
Kind regards,
Diego
You rock, thank you so much! Worked perfectly. ![]()
I ended up piecing together another solution that doesn’t change all the headers, just the slideshow ones. Posting to hopefully save others some time because I couldn’t find a solution that worked anywhere. Go to edit code > Assets >Theme.css file and paste this at the bottom to change the font size. Make sure to save before you preview. ![]()
/Added to change slideshow header size desktop/
.Slideshow__Content h2.SectionHeader__Heading.SectionHeader__Heading–emphasize.Heading.u-h1 {
font-size: 60px !important;
}
.Slideshow__Content h3.SectionHeader__SubHeading.Heading.u-h6{
font-size: 20px !important;
}
/End added code/
/Added to change slideshow header size mobile/
@media screen and (max-width: 425px) {
.Slideshow__Content h2.SectionHeader__Heading.SectionHeader__Heading–emphasize.Heading.u-h1 {
font-size: 30px !important;
}
.Slideshow__Content h3.SectionHeader__SubHeading.Heading.u-h6{
font-size: 12px !important;
}
}
/End added code/
It works well! Thank you so much ![]()
hello, for the ezfy slideshow i purchase, how can i change font for only the the title on slideshow banner?