How can I hide the 'contact us' page title in Crave theme?

HI there,

Would anyone be able to tell me how I hide the “contact us” page title on my contact page?

https://school-survival-guides.myshopify.com/

passw: SSG123

Thanks so much!

Hi @INFRA ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:
.page-width .page-title {
    display: none;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Best regards.

hi @AvadaCommerce thanks for your help, I would need this to only apply to the contact page though, not to all pages. Is there a specific code for that?

hi @AvadaCommerce can this be done for a single page too? just the contact page? :slightly_smiling_face: