Been looking everywhere on the design forums but nothing has seemed to work. The page uses the “Default page” template but I cannot seem to find which file this template belongs to in the Edit Code section. Could anyone explain any of this?
I removed the Store Name from the end of the title tags by removing the following line in the theme.liquid file. (Assuming you haven’t made any changes to the file yet, this should be found on Line 23)
Your solution definitely removes the title from the page template, unfortunately leaves a white gap between the header and the content and the page title flashes one time. Instead of hiding the title, is there a way to remove or hide the entire section?
I tried this one and it works, but don’t know how to solve the page title flash
#shopify-section-template--14459797340241__main > div {
display: none;
}
I followed this video and it worked for me. Basically create a new page template that doesn’t display the title and you switch all the pages to the no title template when you don’t want the title displayed on the page. Super easy to follow.