Shopify themes, liquid, logos, and UX
Hi, I need to remove "Product" h1 title from the following page: https://imabyssal.com/collections/all
can anyone help me?
Solved! Go to the solution
This is an accepted solution.
Hi @imabyssal,
Please follow the instructions below. The code is section specific and only applies to the certain page.
1. From your Admin Page, click Online Store > Themes >Actions > Edit code
2. In the Asset folder, open the theme.css
3. Paste the code below at the very bottom of the file.
#shopify-section-template--16039496581364__main > div > h1 {
display: none;
}
This is an accepted solution.
Hi @imabyssal,
Please follow the instructions below. The code is section specific and only applies to the certain page.
1. From your Admin Page, click Online Store > Themes >Actions > Edit code
2. In the Asset folder, open the theme.css
3. Paste the code below at the very bottom of the file.
#shopify-section-template--16039496581364__main > div > h1 {
display: none;
}
Hello, thank you for you fast reply, I followed your steps but it did not work...
worked! I added !important .. thanks!!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025