I would like to remove the header and footer on just my blog posts using the template Combine 2.3.1.
I would like the header and footer to remain for all other pages.
Thank you in advance!
I would like to remove the header and footer on just my blog posts using the template Combine 2.3.1.
I would like the header and footer to remain for all other pages.
Thank you in advance!
Hello @Oteeum
Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?
Hi @Oteeum ,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
.template-article .header-wrapper,
.template-article .footer-wrapper,
.template-article .header,
.template-article .footer {
display: none !important;
}
Hi there, thank you for trying - I managed to find this > theme.css and copied and pasted the code but unforunately it didn’t work.
Sure thing, the URL for the blog post is https://oteeum.com.au/blogs/rsvp/eamon-grace
The password to the website is awttag500
I would like to remove the header and footer for all blog posts only.
Thank you in advance!