Sadea
1
Hello,
How do i change the size of the header in my policies?
I would like it to be a bit smaller, as the current size doesn’t fit the other headers i have on other pages.
Does anyone have a code that i can enter to fix this?
My page is https://safesprayer.dk/policies/terms-of-service.
I use Narrative Theme
Thanks in advance!
@Sadea - add this css to the very end of your theme.scss file and check
@media only screen and (min-width: 750px){
.shopify-policy__title h1{font-size: 4rem;}
}
Sadea
3
Thank you very much, it worked! 
@Sadea - welcome, do let me know if you need any more updates, you have my email below.
1 Like