Shopify themes, liquid, logos, and UX
Hi all, I am using Dawn theme and wanted to remove page titles. I followed the below instructions to remove page titles from pages. However, now a page description shows up in place of the title. How do I now remove that?
1. In your Shopify Admin go to online store > themes > actions > edit code
2. In your theme.liquid file, find the </body> (press CTRL + F or command + F on Mac)
3. paste this code right above the </body> tag:
<style> .main-page-title.page-title:nth-child(1){ display: none !important; } </style>
I fixed this by going to main-page.liquid and changing <div class="rte"> to <div class="page-description"> and then in theme.liquid adding
User | RANK |
---|---|
130 | |
91 | |
77 | |
60 | |
55 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022