Solved

Policy Page different Title Size

Notschger
Excursionist
17 1 5

Hello

I'm adding Policies to my new Shop but the font size of the normal Page and a Policy page is different and i would like to get the header of a policy page the same size as a normal page how is this possible? 

Thanks already

Accepted Solutions (2)
Notschger
Excursionist
17 1 5

This is an accepted solution.

@Zworthkey could you help me with that?

View solution in original post

Zworthkey
Shopify Partner
5581 642 1569

This is an accepted solution.

@Notschger 
Paste this code on the top of the base.css file.

.shopify-policy__title h1 {
    font-size: calc(var(--font-heading-scale) * 5.2rem) !important;
    margin-top: 80px !important;
}

Thank You.

View solution in original post

Replies 15 (15)

Santos_miles
Explorer
45 2 6

@Notschger it is possible but mostly depends on the type of theme you are using

Notschger
Excursionist
17 1 5

@Santos_miles Sorry i forget to mention i am using the Dawn theme.

Santos_miles
Explorer
45 2 6

@Notschger okay... you can just go to the theme settings, and see some features there about changing text size or so.. and if it can't it might be because its a free theme

 

can i view your store

Notschger
Excursionist
17 1 5

@Santos_miles 

sure its https://customicezurich.com/ with the password notschger

Notschger
Excursionist
17 1 5

@Santos_miles could you tell me how to do it?

Santos_miles
Explorer
45 2 6

@Notschger go to the theme settings in the design page and you will some categories there,  but your store is empty, there is no products

Notschger
Excursionist
17 1 5

I don't think you know how to solve my problem but thank you. It has nothing to do with products in my store.

Zworthkey
Shopify Partner
5581 642 1569

Hii, @Notschger 
Paste this code on top of the base.css file.

.shopify-policy__body .rte p {
    font-size: 18px !important;
}

Thank You.

Notschger
Excursionist
17 1 5

@Zworthkey This only changes the body font size of the policy page. My porblem is that the header font size of a normal page and a policy page are different and i would like to have the header in the size of a normal page so the policy page looks like a normal page.

Thanks already

Notschger
Excursionist
17 1 5

This is an accepted solution.

@Zworthkey could you help me with that?

Zworthkey
Shopify Partner
5581 642 1569

hii, @Notschger 
Can you give me a screenshot of your problem so,
I can solve it pefectly.
Thank You.

Notschger
Excursionist
17 1 5

@Zworthkey sure so check the pictures. On my sizing page the title is bigger than the the biggest subtitle. on my policy pages it is the same size check for example warranty and returns. i would like to have the policy page title the same size like a normal page.

Screenshot 2021-11-01 111247.png

Screenshot 2021-11-01 111319.png

  

Zworthkey
Shopify Partner
5581 642 1569

hii, @Notschger 
Paste this code on top of the base.css file.

.rte h1 {
    font-size: 34px !important;
}

Thank You.

Notschger
Excursionist
17 1 5

@Zworthkey Now just the subtitles are all the same size. But I need the "Warranty and Returns" and "Sizing" the same size and preferably also with the same margin from the top.

Screenshot 2021-11-01 132324.png

Screenshot 2021-11-01 132310.png

  

Zworthkey
Shopify Partner
5581 642 1569

This is an accepted solution.

@Notschger 
Paste this code on the top of the base.css file.

.shopify-policy__title h1 {
    font-size: calc(var(--font-heading-scale) * 5.2rem) !important;
    margin-top: 80px !important;
}

Thank You.