i would like to decrease the size of the font on the slideshow only
Share the URL and which font size you want to decrease.
Hi @Montique
This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->section-image-banner.css
.banner__text {
font-size: 30px;
}
Hope you find my answer helpful!
Best regards,
Victor | PageFly
Thanks that worked for the subtext, any chance you could help with the header and the button?
a.button.button--secondary {
font-size: 13px;
}
.list-menu__item {
font-size: 14px;
}
