I want to change the font size of product names in featured main page in Dawn.

I want to change the font size of product names in featured main page in Dawn.

Roque01
Visitor
3 0 0

Don't know the CSS code and would appreciate the help.

Replies 3 (3)

suyash1
Shopify Partner
10715 1323 1699

@Roque01 - can you share this page link?

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

PageFly-Richard
Shopify Partner
4991 1118 1796

Hi @Roque01 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> 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 </head>

<style>
.product .product__title * {
    font-size: 20px;
}
</style>

You can change the value of 20px to match with the size you want 

 

Hope this can help you solve 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.

niraj_patel
Shopify Partner
2391 516 515

Hello @Roque01 

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>
 a.full-unstyled-link {
     font-size: 22px;
 }
</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