Solved

How can I modify the size and font of a button on the Narrative theme?

blakecandle
Tourist
13 0 4

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.

Screen Shot 2021-09-27 at 11.28.23 AM.png

 

Accepted Solution (1)
JHKCreate
Shopify Expert
3571 639 917

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!

 

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com

View solution in original post

Replies 3 (3)

JHKCreate
Shopify Expert
3571 639 917

Hi @blakecandle 

Would you mind sharing your store's URL so we can provide a solution for that? Cheers!

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
blakecandle
Tourist
13 0 4
JHKCreate
Shopify Expert
3571 639 917

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!

 

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com