Link: CoreFIT Seamless Shorts in Abyss – Fitness Flair
I would like to custom create a size chart, tried linking a page, it works but the title is showing, is it possible to remove title from the collapsible row content, so starts from “Please refer" etc..” I’ve tried removing it from the actual page but doesn’t work. Elite Seamless Shorts Size Chart – Fitness Flair
vm-web
January 7, 2026, 2:24pm
2
@nicolewx
Please add the following CSS code to your assets/base.css the bottom of the file.
accordion-custom details .details-content h2.page-title { disply:none !important;}
Thanks!
Moeed
January 7, 2026, 2:26pm
3
Hey @nicolewx
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above </ body> tag
<style>
details.details h2.page-title {
display: none !important;
}
</style>
RESULT:
If I managed to help you then a Like would be truly appreciated.
Best,
Moeed
Hi @nicolewx
In your Shopify Admin go to online store > themes > actions > edit code
Find Asset > style.css and paste this at the bottow of the file:
details.details h2.page-title {
display: none !important;
}
nicolewx:
I would like to custom create a size chart, tried linking a page, it works but the title is showing, is it possible to remove title from the collapsible row content, so starts from “Please refer" etc..” I’ve tried removing it from the actual page but doesn’t work.
Hi,
Hope this will help
Hide page title with CSS which is a most common fix
CSS example (At base.css or theme.css)
.product__accordion .main-page-title {
display: none;
}
Use a Custom Liquid block instead of a Page
Use a metafield for size chart