Shopify themes, liquid, logos, and UX
Hello ,Dev
I create a new page, but I want to change the title font size and move it to the middle. Make it the the same as the privacy policy page. I have added the code on the theme.scss.liquid to change the title of the privacy policy.
code:
.shopify-policy__container {
max-width: 80% !important;
}
.shopify-policy__title{ padding-top: 30px; }
Hello, Suyash1.
Page Link:https://lepeto.myshopify.com/pages/order-track
Password: purrfect
PS:Make it the same as the this page: https://lepeto.myshopify.com/policies/privacy-policy
@bethchan - one issue is order page do not have separate class, so if we adjust header size for it thenit will be applied to all pages, add this css to the end of your theme.scss file and check
.section-header .title--large {font-size: 1.75em; text-align: center;}
@bethchan please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media screen and (min-width: 1024px){
.template-index .site-footer__middle{
padding: 42px 0 0px !important;
}
.template-index .site-footer__bottom {
padding: 0 !important;
}
}
@bethchan - you see in selected code, number is 55 and that is the space , and I gave you edited code with number 5
you can adjust as per need, you need to change that number 55 and check what number do you want, it will work
@suyash1 , pls check the order track page. It change the padding between the badge and the bottom of the footer, not the height of the footer bottom.
The footer bottom of the other page : the badge is not at the middle of it.
I have removed it.
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025