- 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
Please, share your store URL. Thanks!
https://www.crowne.store/products/nocturne-ivy-hoodie
Here is the store link.
Hello @Sutanterbrar ,
Follow these steps:
-
Go to Online Store → Theme → Edit code
-
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.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- 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:
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