Shopify dawn mobile page titles

Hello I’m trying to remove the default page titles off my pages on my store. I’m using the Shopify dawn theme updated to the latest version. I found a code to remove them and used it but it only worked for the desktop & wife version, whenever you view the site on a mobile device the page titles still appear and I’m struggling to figure out a solutio, all I need is to now remove them on the mobile version of my store. Any suggestions would be awesome. Thank you for your time in advance! Visit righteousclothingbrand.com/pages/size-guides to view the issue.

Hi Bschro14,

How did you hide the titles on the desktop version? Adding comment tags around the title on the main page section ( eg: {% comment %}{{ page.title | escape }}{% endcomment %} ) should prevent the title appearing on the page regarding of the screen size.

Hope this helps,