Looking for help in removing the Page Title from my Shopify pages. I would prefer to just use an image with text overlay as the header rather than the default pure text header. Currently using the Debut theme! I think I have to change some code but when I do I end up with a weird amount of whitespace! Pretty new to this so any help would be sooo appreciated!!
Please add the following code at the end of your theme.css file:
#MainContent > div.page-width {
display: none;
}
That should do it for the pages! Should that help answer your query, we always appreciate liking & marking an as answer to let the community find quality solutions faster. Thanks!