customize font size in slideshow (CRAFT THEME)

Hi @Apdesigns ,

Since the Craft theme doesn’t allow direct font-size customization for the slideshow text, you’ll need to add some custom CSS.
Step 1: Go to Customize in your Shopify admin and select the Slideshow section.
Step 2: Add the following CSS code to the Custom CSS area (Screenshot example: [link]), you can adjust the font size value as you like:

.banner__text.rte {
font-size: 20px;
}

After saving, your subheading font size should be larger and easier to read.

Let me know if you need help with adding the CSS or anything else!

Best,
Felix