Solved

Can I remove the word 'contact' from the top of this contact page? (Brooklyn)

fiona123
Excursionist
14 0 4
Accepted Solution (1)

Nick_Marketing
Shopify Partner
1487 336 464

This is an accepted solution.

Go to theme.scss.css and add this code at the very bottom.

.section-header.text-center {
  display: none;
}
Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).

View solution in original post

Replies 4 (4)

Nick_Marketing
Shopify Partner
1487 336 464

This is an accepted solution.

Go to theme.scss.css and add this code at the very bottom.

.section-header.text-center {
  display: none;
}
Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).
fiona123
Excursionist
14 0 4

There is no theme.scss.css there, nearest i can see is theme.scss.liquid

 

fiona123
Excursionist
14 0 4

Thank you - I added it and it worked in the .liquid version. 

Nick_Marketing
Shopify Partner
1487 336 464

Excellent, I am glad the issue is solved!

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).