Product header size on Impulse

Product header size on Impulse

kamal03
Visitor
1 0 1

My product page H1, H2, H3 headers are so big and I want to reduce the size of it and in sentence case. Currently its on upper case. I want smaller size in both mobile and laptop.

 

Please refer

https://sancher.in/collections/modal-silk-sarees-christmas-sale/products/moody-sky-modal-silk-bandha...

 

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
10201 2421 3065

Hi @kamal03 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.page-content.page-content--product h1 {
    font-size: 32px;
}

.page-content.page-content--product h2 {
    font-size: 28px;
}

.page-content.page-content--product h3 {
    font-size: 25px;
}

.page-content.page-content--product .rte p {
    text-transform: lowercase;
    
}

 

  • And Save.
  • Result:

Made4uoRibe_0-1735493486718.png

 

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

DaisyVo
Shopify Partner
4419 490 583

Hi @kamal03 ,

You can follow the steps here:

 

Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there

 

Here is the code for step 3:

.page-content.page-content--product h1 {
    font-size: 20px !important;
    text-transform: capitalize !important;
}
.page-content.page-content--product h2 {
    font-size: 20px !important;
    text-transform: capitalize !important;
}
.page-content.page-content--product h3 {
    font-size: 20px !important;
    text-transform: capitalize !important;
}

 

You can modify the size to match with the Heading 1, Heading 2, Heading 3.

 

Here is the result:

DaisyVo_0-1735522739265.png

 

Best,

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution