Help removing unwanted text

Solved

Help removing unwanted text

rene94
Explorer
78 1 15

I've accidentally added 'SOLD OUT 1' to my product page (https://bw51kpyy7tzfsipm-74826613002.shopifypreview.com) it appears when I inspect in the mobile view can someone help me with how to get rid of it. I can see the code for it in the inspect tab, but I don't know where it correlates to in the editor 

 

Thank you

 

SNIP.PNG

Accepted Solution (1)

PageFly-Richard
Shopify Partner
4991 1118 1796

This is an accepted solution.

Hi @rene94 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
@media (max-width: 767px){
section > span.price__badge--sold-out, section > .quantity__input {
    display: none !important;
}
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 4 (4)

PageFly-Richard
Shopify Partner
4991 1118 1796

This is an accepted solution.

Hi @rene94 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
@media (max-width: 767px){
section > span.price__badge--sold-out, section > .quantity__input {
    display: none !important;
}
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

rene94
Explorer
78 1 15

thank you, that helped! Can you help me with having my image go to the top of the screen too? 

rene94_0-1712731678816.png

https://bw51kpyy7tzfsipm-74826613002.shopifypreview.com

PageFly-Richard
Shopify Partner
4991 1118 1796

Can you share with me new preview URL?

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

rene94
Explorer
78 1 15

Hi i was able to fix it, but maybe you can help me move the sold out tag in the store to show next to the price and just be text rather than a button

 

https://oa3oecbuymahgk5d-74826613002.shopifypreview.com