Shopify themes, liquid, logos, and UX
Hello,
I wanted to add a word in this popup.
Instead of "WAIST" (highlighted in the image) i want to replace it with "WAIST/BUST"
Kindly guide me how to replace this.
I'm using IRA Theme.
Product Link: Lime Yellow Pure Cotton Innerwear Camisole with Slender Straps – VIP Clothing Limited (vipinners.com...
Hey @Just_Jay
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
th.pdp-sizeguide__table-head-cell:nth-child(2):after {
visibility: visible;
content: "WAIST/BUST";
position: relative;
right: 45px;
}
th.pdp-sizeguide__table-head-cell:nth-child(2) {
visibility: hidden;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi Moeed,
Thank you. It worked.
Also Is it possible to swap the "CM" and "INCHES"
I want "INCHES" first and then "CM"
Is that can be done?
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025