Shopify themes, liquid, logos, and UX
Hello,
Can anybody help me remove the title 'add new addresses' and center the buttons in the account address section?
Website: https://theloveclubbookshop.com/
Thank you!
Solved! Go to the solution
This is an accepted solution.
Hi @kirstiedav ,
Add This Css in your Edit Code > Base.css File
div#AddAddress h2#AddressNewHeading {
display: none;
}
form#address_form_new div:last-child {
text-align: center;
}
Result:
If you require further help to optimize or customize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
LuffyOnePiece
Yes I can help you to do that kindly message me privately for more discussion.
This is an accepted solution.
Hi @kirstiedav ,
Add This Css in your Edit Code > Base.css File
div#AddAddress h2#AddressNewHeading {
display: none;
}
form#address_form_new div:last-child {
text-align: center;
}
Result:
If you require further help to optimize or customize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
LuffyOnePiece
Thank you so much!!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey 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, 2025