How can I remove the heading title from my pages?

Hi there,

Could anyone help me in removing the heading title from my pages?

I have highlighted in the picture of what i mean.

Thank you so much in advance,

Neriman

Try adding this code to the bottom of theme.css (theme.scss.css)

.section-header.text-center {
  display: none;
}

Hi thank you so much for your quick reply! I dont seem to have or be able to find theme.css (theme.scss.css)

Am i missing something? Sorry im not very good with code.

@nerimangeorges

The file is in the Assets section.

omg you’re amazing thank you so much! it has worked on every page but my products page. Does that need a separate code?

Did you paste the code all the way at the bottom of the theme.css file (theme.scss.css)?

No i had skipped a line. Just fixed it up. Thank you again i really appreciate it!

I hope you have a wonderful day!!

@nerimangeorges

Fantastic! Please mark the answer as a solution.