How can I change the font size and family for 'recommended collection' on my homepage?

I’d like to change the font size and font family of the letters “recommended collection” on the main page of the website.

I’d appreciate it if you could help me.

Hey @MINHOJI

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 tag


RESULT:

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

Best Regards,
Moeed

Thank you for your quick response.

Thanks to your help, we can now change the font size.

Can you also tell me how to change the font?

You have to first install the font you wanna use then simply use the “font-family” css to change the font of any specific text.

Best Regards,

Moeed

Can I ask you to change the code to the default font that Moed can change?

try this

.recommended-collection {
font-size: 18px;
font-family: ‘Your Preferred Font’, sans-serif;
}

Hi @MINHOJI

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Richard | PageFly

Thank you for your answer.

There’s no change. What’s the problem

Thank you for your answer.

There’s no change