Shopify themes, liquid, logos, and UX
I didn't notice this prior but are the "Details" and "Addresses" sections standard on all pages of customer accounts or were they added by an app? I do not use tags currently for customers and the Addresses section seems redundant, as the address is also above under Account Details section. Would like to hide if possible.
"The 'Details' and 'Addresses' sections in customer accounts are typically standard in Shopify, but some themes or apps might modify them. If you’d like to hide them, here are a couple of options:
Check Theme Settings: Go to Online Store > Themes > Customize, navigate to the customer account page, and see if there's an option to disable these sections.
Hide with CSS: You can add the following CSS in your theme’s theme.liquid file (before </head>) or in Assets > base.css / theme.css:
.customer-addresses, .customer-details {
display: none !important;
}
This will hide both sections without modifying any theme code.
Modify Theme Code: If you want to remove them completely, you may need to edit customers/account.liquid. Let me know if you need guidance on that!
Dotsquares Ltd
Problem Solved? ✔ Accept and Like solution to help future merchants.
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