Headers still visible on some mobile devices (iPhones)

Hi everyone,

Need some help with my store.
I have implemented a code on my base.css: page-title {

display:none !important

}

to remove the headers which you see on the screenshots attached.
However, it seems that on mobile devices (mostly iPhones) the headers are still visible.

How do I remove these headers from Desktop and Mobile devices in General?

Hey @Treasora ,

Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.


Screenshot is for reference only, the correct code to paste is the one shown above.

1 Like

Thanks man, it worked.

Cheers