Details and Address Section on Customer account pages

Details and Address Section on Customer account pages

HTX-Fluid-Power
Explorer
57 0 16

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.

 

HTXFluidPower_0-1743438999273.png

 

Reply 1 (1)

Dotsquares
Shopify Partner
370 22 51

hi @HTX-Fluid-Power 

 

"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.


Shopify Partner Directory | Trustpilot | Portfolio