Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
how to remove powered by tido and powered by parcelpanel by using edit code
minawagdyyy000@gmail.com
Solved! Go to the solution
This is an accepted solution.
I can't find the tido word but for pacelpane. Please add the below CSS in theme.liquid above </head>tag.
<style>
div[data-v-5600ce18] {
display: none !important;
}
</style>
Thanks
This is an accepted solution.
I can't find the tido word but for pacelpane. Please add the below CSS in theme.liquid above </head>tag.
<style>
div[data-v-5600ce18] {
display: none !important;
}
</style>
Thanks
powered by tidio