Unable to remove Countdown timer

Topic summary

A user is trying to remove a persistent countdown timer appearing below the “Add to cart” button on their product page. Despite uninstalling all countdown timer apps and verifying no apps have theme editor permissions, the timer remains visible.

Attempted Solution:
Two community members provided identical CSS-based fixes:

  • Navigate to Online Store → Themes → Edit code
  • Open the base.css file in the Assets folder
  • Add the following code at the bottom:
.htusb-ui-prod-boost-generic-under-form {
    display: none !important;
}

Current Status:
The issue remains unresolved. The user confirmed they implemented the CSS solution, but the countdown timer is still displaying on their store. The discussion is ongoing with no working solution identified yet.

Summarized with AI on October 28. AI used: claude-sonnet-4-5-20250929.
  • 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 ?
1 Like

Hi @Sutanterbrar

Please, share your store URL. Thanks!

https://www.crowne.store/products/nocturne-ivy-hoodie

Here is the store link.

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

1 Like

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;
}

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

1 Like

Hey i tried it but the issue is still going on