How to Edit a Popup - IRA Theme

How to Edit a Popup - IRA Theme

Just_Jay
Visitor
2 0 1

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...

Just_Jay_0-1725967375294.jpeg

 

Replies 2 (2)

Moeed
Shopify Partner
5457 1477 1764

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:

Moeed_0-1725967766623.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


Just_Jay
Visitor
2 0 1

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?