How do I change the "Featured" font style. It is the Title of the Featured Collection.

How do I change the "Featured" font style. It is the Title of the Featured Collection.

HJG
Tourist
11 0 3

I would like to change the Font Family of the Featured Collection title "Featured".

 

 

HJG_1-1726877062518.png

 

I've tried a few small lines of code in the custom css on the page and it didn't work.

 

If anyone has any ideas please let me know

Replies 5 (5)

PageFly-Richard
Shopify Partner
4668 1069 1726

This is Richard from PageFly - Shopify Page Builder App

 

Hi @HJG  Please add code here to change font.

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>

 

<style>
 .collection .title{
  font-family: Featured !important;
}
</style>

 

Hope my solution will help you resolve the issue.

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

HJG
Tourist
11 0 3

Hey  @PageFly,

 

Thanks for the response, but the font didn't change.

 

I'd like to change it to this font, arialroundedmtbold (that is the name of tthe font, and it is a .woff2 format)

PageFly-Richard
Shopify Partner
4668 1069 1726

Hi, Please edit code:

<style>
 .collection .collection__title .title{
  font-family: arialroundedmtbold !important;
}
</style>

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

HJG
Tourist
11 0 3

Hi, I edited it but still no change.

 

Should I look somewhere else incase I have an error I need to fix.

 

This is what the code looks like:

HJG_0-1726946673389.png

 

This is what the text looks like:

HJG_1-1726946790458.png

 

 

JonathanSor
Shopify Partner
9 1 1

Hi,

 

Try this:

 .collection-hero .collection-hero__title {
  font-family: arialroundedmtbold !important;
}

 or click select element to apply font to in my free app in a visual element picker

Font Pro - best (also free) Shopify app for managing fonts