Impulse theme - removed banner from About page but still showing on mobile device

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;
}
1 Like

Thank you so much!!

You’re very welcome!

Any chance you can do the same to the Contact page? :grin:

Done :slightly_smiling_face:

1 Like