Removing "Contact Page" heading | Startup Theme

Hello!

I’m just trying to set-up my contact page and I noticed that I can’t remove the heading “Contact Us” from the contact page. I’m using a separate heading on a text with image section, so the original heading is redundant. Image attached for reference

website - www.mycofi.co

1 Like

@ryvolution

try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
#shopify-section-template--15179977785531__main h1.page-title {
    display: none;
}