Shopify themes, liquid, logos, and UX
I am trying to change the size of this "Shop Our Candles" button on my home page. I would like to change the font size as well. How do I do that? Using narrative theme currently.
Solved! Go to the solution
This is an accepted solution.
Try adding the following code to your theme.scss file at the end:
@media only screen and (min-width: 750px)
{
#Slide0 > div > div > a {
font-size: 17px;
}
}
Let me know if that works!
Hi @blakecandle
Would you mind sharing your store's URL so we can provide a solution for that? Cheers!
This is an accepted solution.
Try adding the following code to your theme.scss file at the end:
@media only screen and (min-width: 750px)
{
#Slide0 > div > div > a {
font-size: 17px;
}
}
Let me know if that works!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025