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; }
@bethchan - can you please share order page link?
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 - I see this
@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 - please add this css to the end of theme.scss file and check
.site-footer__middle {padding: 42px 0 5px;}
@media (min-width: 1025px){
.site-footer__bottom {padding: 5px 0;}
}
@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
@bethchan - ok it needs !important after css, so remove those last 3 lines and replace with this
@media (min-width: 1025px){
.site-footer__bottom {padding: 5px 0 !important;}
}
@bethchan - I do not see the code above loading and that is the issue, when I make browser change, I see like this
@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.
@bethchan - you can remove given css, need to check exact settings as it looks like it works differently on different pages
I have removed it.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025