I have removed/hidden the ‘page’ (banner image along the top) of the About section. It no longer appears when viewing the page from a pc but still shows up on a mobile device.
How can I remove it from the mobile device view also?
I have removed/hidden the ‘page’ (banner image along the top) of the About section. It no longer appears when viewing the page from a pc but still shows up on a mobile device.
How can I remove it from the mobile device view also?
Hi!
I have resolved this issue by adding the following code to your theme.css.liquid file:
div#shopify-section-template--16019988283618__16526664711aafc8ee {
display: none;
}
Thank you so much!!
You’re very welcome!
Any chance you can do the same to the Contact page? ![]()
Done ![]()