Custom CSS font size

Nu88
Tourist
5 0 2

Hi there,

 

I'd like to make the text size on each picture of the Collection List on Homepage bigger. Could anyone share the needed custom CSS to do this? Apologies if there's something similar to this out there already- I'm a newbie when it comes to coding!

 

The theme is Impulse by Archetype.

 

Thanks a bunch!

Screenshot 2023-09-26 at 11.54.53.png

 

 

Replies 7 (7)
Beae_Anthony
Shopify Partner
436 167 168

Hi @Nu88 ,

Could you please share your store URL, so that I can help you

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Blog
Nu88
Tourist
5 0 2

It's www.etnaglass.com 🙂

Beae_Anthony
Shopify Partner
436 167 168

Hi @Nu88 ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

 

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:

<style>
.promo-grid__text>div {
    font-size: 40px !important
}
</style>

Note: You can adjust the value to fit your store

Best regards,

Anthony

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Blog
Nu88
Tourist
5 0 2

Hi Anthony, thanks a lot for the suggested solution! The code unfortunately enlarges fonts in other areas not needed to be enlarged. I only need the texts in the collection boxes bigger

Made4uo-Ribe
Shopify Partner
4017 917 1124

Thank you for the information. 

Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.rte--block.rte--strong {
    font-size: 50px !important;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1695832697112.png
Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


Nu88
Tourist
5 0 2

Hey, thanks so much for the suggested solution! Unfortunately it didn't work - after pasting the code nothing changed. Not sure if it'll help but please see screenshot for what the codes at the bottom look like under Asset folder Screenshot 2023-10-13 at 14.38.13.png> theme.css.liquid

Made4uo-Ribe
Shopify Partner
4017 917 1124

Hi @Nu88 

Would you mind to share your Store URL website? with password if its protected. Thanks!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com