All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
i want to get rid of "SMS Early Access" title
i would also like to minimize the space between the phone number box and the paragraph text below it, is there a way i can adjust this? i want my password page to be more neat and straightforward.
i have also added this page on the bottom of my home page, above the footer. i just want to do the same adjustments as the password page.
thank you!
Solved! Go to the solution
This is an accepted solution.
@emotionaldebt22 Please add more code here:
<style>
@media screen and (max-width: 767px){
.password .page-width .page-title{
display: none !important;
}
.password .page-width .ps__subscribe-form{
padding-top: 0px !important;
}
}
</style>
Thank you.
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Would you mind to share your password page? Thanks!
VILLAIN100
I mean the URL.
This is Noah from PageFly - Shopify Page Builder App
Hi @emotionaldebt22 Please add code here to fix it:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>
<style>
@media screen and (max-width: 767px){
.section-template--17773879492927__page_DECjcB-padding .page-title{
display: none !important;
}
.section-template--17773879492927__page_DECjcB-padding .ps__subscribe-form{
padding-top: 0px !important;
}
}
</style>
Hope my solution will help you resolve the issue.
Best regards,
Noah | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
hi it worked for the home page, but not my password page. thank you for helping me
Iam sorry , Currently i dont cant see passwork page, Can you enable option password page ?
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
heres the link to the password page website editor, i dont know if youll be able to access it. ill also provide a screen shot
https://admin.shopify.com/store/psychosis-us/themes/143096054079/editor?previewPath=%2Fpassword
Thank you. I Cant access to this link. Can you help me enable this option. I will make your website show the password page. Thank you.
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
okay its locked now
Ok. I saw it. Please wait.
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
This is an accepted solution.
@emotionaldebt22 Please add more code here:
<style>
@media screen and (max-width: 767px){
.password .page-width .page-title{
display: none !important;
}
.password .page-width .ps__subscribe-form{
padding-top: 0px !important;
}
}
</style>
Thank you.
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
it didnt seem to work. it should still be pasted into theme.liquid correct? or should i try the password.liquid section?
okay i actually just tried the password.liquid and it worked!
thank you very much for your help
Ah. Oke thank you so much. Have a nice day 😉 !
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.