How to remove 'title' on 'default page' in Symmetry theme

Hi all!

Been doing a search as how to remove the ‘title’ showing on the 'default page’s. Found something and sort of ‘customized’ in relation to Symmetry code how I thought it could work but no luck.

I had found this answer for Dawn theme;

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

So I added it to Assets > Styles.css.liquid instead as that’s where usually the small theme changes have gone haha. I tried it with and without ‘!important’ but neither worked.

Any help appreciated!

Thanks!

Also tried it as default-page-title… no luck