Dawn Theme - How to remove "sold in last" text from product page

Solved

Dawn Theme - How to remove "sold in last" text from product page

AlexNguyenx
Tourist
6 0 5

Hi there

 

Can someone assist me with removing the text "sold in last" from the product page please.

 

I found a thread that spoke about making changes to product-template.liquid but I am unable to see it in the "edit code" section, possibly because I am using the basic shopify plan and not plus.

I am using the Dawn theme.

 

AlexNguyenx_0-1690177635780.png

 

Thank you!

Accepted Solution (1)
ZestardTech
Shopify Partner
6096 1091 1465

This is an accepted solution.

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

.sold-counter-content-box {
display: none!important;
}

 

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 7 (7)

ZestardTech
Shopify Partner
6096 1091 1465

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
AlexNguyenx
Tourist
6 0 5

Hi there

 

Thanks for the prompt response.

 

Here is the URL www.plushiehaven.co.nz.

 

Sorry I am not comfortable with sharing my password but I am happy to co-operate by sending you images of what is in my "edit code" folders and can paste the code to you as well for you to look at, please let me know what you require. 



Also I did try this but no success, found this code on another thread as  below:

AlexNguyenx_0-1690178021655.png

 

I don't have theme.scss.liquid so I pasted the code into theme.liquid (apparently is the same) as picture below but it still doesn't work.

 

AlexNguyenx_1-1690178438167.png

 

Kind regards

Alex

ZestardTech
Shopify Partner
6096 1091 1465

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

.sold-counter-content-box {
display: none;
}

ZestardTech_0-1690179251462.png

 

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
AlexNguyenx
Tourist
6 0 5

Hi there

 

Thanks for that, just pasted code in and it still shows counter on page

AlexNguyenx_0-1690181890570.png

 

as below image:

AlexNguyenx_1-1690182036963.png

 

 

ZestardTech
Shopify Partner
6096 1091 1465

This is an accepted solution.

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

.sold-counter-content-box {
display: none!important;
}

 

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
AlexNguyenx
Tourist
6 0 5

It works! Thank you so much.

Is there somewhere I can give you a review? You are very helpful 🙂

ZestardTech
Shopify Partner
6096 1091 1465

Thank you for your response. It's good to know that it's worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing