I want to remove the page title : Customers in the center cos that’s a page title. Need help! this is te link https://www.theconfidental.com/pages/customers
@JeanACNOC , do this to fix it in 20 seconds:
- In your Shopify Admin go to: online store > themes > actions > edit code
- Find Asset > theme.css and paste this at the bottom of the file:
body#customers .page__title{
display: none !important;
}
Please let me know whether it works.
Kind regards,
Diego
