Re: Collections List product title size

Solved

How can I change the product title size in the Collections List box?

xxxxxx
Excursionist
42 0 5

Does anyone know how to change the size of the product titles in the Collections List box?

There isn't a way to do this from the sidebar.

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1786 3109

This is an accepted solution.

Hi @xxxxxx ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

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

<style>
a.full-unstyled-link {
    font-size: 18px !important
}
</style>

Note: You can change value to fit your store

Hope my answer will help you.

Best regards,

Victor | PageFly

View solution in original post

Replies 4 (4)

Sandeep81
Shopify Partner
118 17 19

Hi,
Share your Store URL.
If settings are available in your theme, then you can change them from the sidebar otherwise you have to wright CSS for it.


Thanks
Sandeep

Hey if it works, please give a Like or mark it as a solution.
Please Let me Know if not solved.
Here I am: sandeepkhandagade@gmail.com
Thanks & Regards
Sandeep
xxxxxx
Excursionist
42 0 5

PageFly-Victor
Shopify Partner
7865 1786 3109

This is an accepted solution.

Hi @xxxxxx ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

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

<style>
a.full-unstyled-link {
    font-size: 18px !important
}
</style>

Note: You can change value to fit your store

Hope my answer will help you.

Best regards,

Victor | PageFly

xxxxxx
Excursionist
42 0 5

Works perfectly.