Font Size on Featured Collection

Solved

Font Size on Featured Collection

bagdonaviciusbm
Tourist
32 0 3

How can I increase the font size of the heading on my Featured Collection on the homepage? Currently, the font is really small and hard to read. However, on the product page itself, its a lot larger. Any CSS tips or theme settings adjustments would be appreciated. Thanks!

bagdonaviciusbm_0-1720760482552.png

 

Accepted Solutions (2)

GTLOfficial
Shopify Partner
435 86 87

This is an accepted solution.

Hello @bagdonaviciusbm 
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
at the bottom of the file.

.full-unstyled-link {
font-size: 22px !important;
}

and the result will be
12.png

If this was helpful, hit the like button and mark the job as completed.
Thanks



- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

Anshul_arora
Navigator
453 128 96

This is an accepted solution.

Hello @bagdonaviciusbm ,


I understand you are looking to increase Font Size of the Product Title in Featured Section


Please add the below code at the bottom of the theme.liquid file before </body> tag and save.

<style>

.card__information h3,h5 {
font-size: 30px !important;
}

</style>

[Please feel free to change the pixel size as per your needs.]

Output -:

Anshul_arora_0-1720761853185.png


I hope it helps.


Please share if you need any further assistance.


Thank you.

Please remember to like and accept the solution to help other store owners.

For Shopify Design & Development | Custom Coding -Visit Here

View solution in original post

Replies 5 (5)

niraj_patel
Shopify Partner
2378 514 511

Hello @bagdonaviciusbm 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
 .collection .card__information h3.card__heading.card__heading--placeholder.h5 a.full-unstyled-link{
      font-size: 20px !important; /*adjust according to you*/
  }
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

GTLOfficial
Shopify Partner
435 86 87

This is an accepted solution.

Hello @bagdonaviciusbm 
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
at the bottom of the file.

.full-unstyled-link {
font-size: 22px !important;
}

and the result will be
12.png

If this was helpful, hit the like button and mark the job as completed.
Thanks



- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

Anshul_arora
Navigator
453 128 96

This is an accepted solution.

Hello @bagdonaviciusbm ,


I understand you are looking to increase Font Size of the Product Title in Featured Section


Please add the below code at the bottom of the theme.liquid file before </body> tag and save.

<style>

.card__information h3,h5 {
font-size: 30px !important;
}

</style>

[Please feel free to change the pixel size as per your needs.]

Output -:

Anshul_arora_0-1720761853185.png


I hope it helps.


Please share if you need any further assistance.


Thank you.

Please remember to like and accept the solution to help other store owners.

For Shopify Design & Development | Custom Coding -Visit Here

polo_msweb
Shopify Partner
18 1 4

Hi there,

 

To increase the font size of the heading on your Featured Collection on your Shopify homepage, either adjust theme setting or add custom CSS.

Method 1: Adjust Theme Settings

  1. Log in to Shopify admin panel.
  2. Go to Online Store > Themes.
  3. Click Customize on your active theme.
  4. Look for typography settings under Sections or Theme settings.
  5. Adjust the heading font size if available.

Method 2: Add Custom CSS

  1. Log in to Shopify admin panel.
  2. Go to Online Store > Themes.
  3. Click Actions > Edit code on your active theme.
  4. Open the Assets folder and find theme.scss.liquid or theme.css.
  5. Add this code at the end:
/* Increase font size for Featured Collection heading on the homepage */ .featured-collection .section-header__title { font-size: 2em; /* Adjust as needed */ }
  1. Save the changes.

 

Hope this would be of help!

 

If it’s helpful to you, please mark it as a solution.  


Need Help with Shopify Speed Optimization and Any Custom Shopify tasks
email: task4store@mswebdesigner.com
Download Free Shopify Speed Optimization Guide book for 2024 

BrainStation23
Shopify Partner
406 60 57

HI @bagdonaviciusbm 
You can follow this step to achieve your result 
Go to online store->edit code->base.css file and past bellow code in bottom of the file 

.full-unstyled-link {
font-size: 25px !important;
}

Screenshot 2024-07-12 124416.png

 

Brain Station 23 PLC (Mail: js.sbu@brainstation-23.com)
- Was your question answered? Mark it as an Accepted Solution
- Did the solution not address your concern? We kindly request that share or mail your store URL with us this will enable us to collaborate more closely.
- Explore our Shopify public apps