Re: Ella Multipurpose Theme - adjust font size of ‘product title’ on homepage and collection page.

Solved

Ella Multipurpose Theme - adjust font size of ‘product title’ on homepage and collection page.

Hudmon1
Excursionist
21 0 4

Hi! I’m trying to adjust the font size of my product titles on both the homepage and collection pages. Im happy with the font size on the product page. I’m using the ella theme. My experience of HTML and CSS is basic so help would be appreciated. 

Accepted Solution (1)
Moeed
Shopify Partner
4969 1317 1599

This is an accepted solution.

Hey @Hudmon1 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.link-underline .text {
    font-size: 16px !important;
}
</style>

RESULT:

Moeed_0-1718286909636.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Replies 4 (4)

Moeed
Shopify Partner
4969 1317 1599

Hey @Hudmon1 

 

Can you share your store url and password if enabled?

 

Best Regards,

Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
Hudmon1
Excursionist
21 0 4
Moeed
Shopify Partner
4969 1317 1599

This is an accepted solution.

Hey @Hudmon1 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.link-underline .text {
    font-size: 16px !important;
}
</style>

RESULT:

Moeed_0-1718286909636.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
Hudmon1
Excursionist
21 0 4

Thank you, btw how can I remove the Vendor Hudmon on homepage and collection page from the products.