Go to your online store → edit code → look for this file “theme.scss.css”
and paste this code in start of this file
#dcounter_container{
display: none !important;
}
AnneLuo
November 13, 2024, 12:18am
3
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code before the tag
Result:
Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!
Hi @SuzanneBarton
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the 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
Hope this can help you solve the issue
Best regards,
Richard | PageFly
DaisyVo
November 13, 2024, 1:21am
5
Hi @SuzanneBarton
In order to fulfill your request, please follow these steps
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above
{% style %}
div#dcounter_container.dtimer {
display: none !important;
}
{% endstyle %}
I hope this helps
Best,
Daisy