Solved

How will I remove this page title

JeanACNOC
Excursionist
26 0 4

Screen Shot 2021-07-14 at 8.29.33 AM.png

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

 

Accepted Solution (1)

diego_ezfy
Shopify Partner
2958 568 891

This is an accepted solution.

@JeanACNOC, do this to fix it in 20 seconds:

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. 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

View solution in original post

Reply 1 (1)

diego_ezfy
Shopify Partner
2958 568 891

This is an accepted solution.

@JeanACNOC, do this to fix it in 20 seconds:

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. 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