Shopify themes, liquid, logos, and UX
How do I get rid of the "Section Drop element here" at the top?
https://raidednz.com/pages/size-chart
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hi @raidednz,
Please go to Actions > Edit code > Assets > theme.min.css file and paste this at the bottom of the file:
.sc-lkgTHX.jrzygT.pf-4_.pf-color-scheme-1 {
display: none !important;
}
Hello @raidednz , Use this code in your style file to get rid of "Section Drop element here".
.sc-lkgTHX.jrzygT.pf-4_ {
display: none;
}
Here is the Result :
This is an accepted solution.
Hi @raidednz,
Please go to Actions > Edit code > Assets > theme.min.css file and paste this at the bottom of the file:
.sc-lkgTHX.jrzygT.pf-4_.pf-color-scheme-1 {
display: none !important;
}
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