How to remove title in 'Addresses' and center buttons

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!

Yes I can help you to do that kindly message me privately for more discussion.

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!!