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;
- Go to Online Store->Theme->Edit code
- 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!