Hi does anyone know how to remove the text Colour: Blue above my variant selector? Thanks in advance for your help.
1 Like
Click on the section in the theme editor. Scroll down to “custom css”
.form__label {
display: none;
}
If you ask Shopify Sidekick, it can help you with most everything you need.
Hey @clementgordon, Open Shopify Admin
Go to Online Store → Themes
Click Edit code on the live theme
Open Assets → custom.css or base.css
Paste this at the bottom:
.product-form .radio__legend {
display: none !important;
}
Click Save
If it doesn’t work, use this instead:
legend.radio__legend {
display: none !important;
}
Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.
Best regards,
Devcoder ![]()

