Remove the title of attributes on the product detail page
-
Hello, I want to remove only the name of the Size attribute on the product detail page. I only want the terms I added to be visible. I would appreciate your help.
https://prnt.sc/CJxayd4uz1sd
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global CSS section:
table.variations label {
display: none !important;
}
Best Regards,
Thank you, the code worked. However, there was a slight alignment problem.
https://prnt.sc/Wg2RSG79rafZ
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global CSS section:
table.variations .cell {
padding: 0 0 5px 0 !important;
}
Best Regards,
Hello,
You’re very welcome! I’m glad I could help. If you need anything else, feel free to reach out!
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards,
The topic ‘Remove the title of attributes on the product detail page’ is closed to new replies.