Unable to remove Countdown timer

Unable to remove Countdown timer

Sutanterbrar
Tourist
3 0 1

 

  • on my product page under the Add to cart button it shows a coutdown timer that i want to remove, i have deleted all countdown timer apps, i made sure there is no app allowed in theme editor but it is still there, what should i do ?
Replies 5 (5)

Made4uo-Ribe
Shopify Partner
10200 2421 3065

Hi @Sutanterbrar 

Please, share your store URL. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Sutanterbrar
Tourist
3 0 1
Made4uo-Ribe
Shopify Partner
10200 2421 3065

Thanks for the info, check this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.htusb-ui-prod-boost-generic-under-form {
    display: none !important;
}
  • And Save.
  • Result:
  • Made4uoRibe_0-1746182961379.png

     

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

Guleria
Shopify Partner
4147 809 1164

Hello @Sutanterbrar ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your Assets > base.css file and paste the following code at the bottom:

.htusb-ui-prod-boost-generic-under-form {
    display: none !important;
}

 

Regards
Guleria

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
Sutanterbrar
Tourist
3 0 1

Hey i tried it but the issue is still going on