A user needed to customize font size and readability for slideshow text in Shopify’s Craft theme, which doesn’t offer built-in customization options for heading and subheading text.
Initial Solution:
Community members suggested adding custom CSS to target the subheading element
Hi, currently in my website on the home page I have a slideshow with three pictures on auto rotate, the problem is that when I want to write words on the slideshow picture my options are extremely limited, Shopify only allows a heading and a sub-heading and by both of them the font type and size is non customizable, I will attach a screenshot below where you can see that the words of the subheading are too small and very hard to read.
If someone can please provide me with a solution to this issue I would really appreciate it.
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!
I inserted the custom css and it worked, and the font became bigger, the issue is that it’s still very hard to read the sub-heading because I think it’s a little opaque (see-through) I will attach a screenshot where you can see very clearly that the heading is very visible but the subheading is hard to read because it’s a little see through even though it’s the same font size.
If you can help me with this issue I would really appreciate it.
Hi, I am attaching a image below of a design I created for a refer a friend program on my website, I am trying to find a way (probably has to be an app) to connect the refer a friend button to a link which will ask you for your email and your friend’s email and then send a auto generated link to that person’s inbox with a discount code for that person to use, can you please recommend the best and easiest way to do this.
Just to clarify, I am looking for a program that doesn’t need a widget, just that it gives me a link which I can connect to the button so that it asks the customer for the info it needs and then takes care of the rest