Shopify themes, liquid, logos, and UX
Hi anyone have any idea if i can remove the "Shopify form powered by Hulksapp" from the page?
I am using Dawn V15. Here is the link to the page of my website:
https://www.theluxurydeal.com/en/pages/vendre-avec-nous
Thank you for your help 🙂
Go to your online store -> edit code -> theme.liquid file and paste this script in the end of file
<script>
function hideElements() {
var elements = document.getElementsByClassName('hulk-powered-wrapper text-right');
for (var i = 0; i < elements.length; i++) {
elements[i].style.display = "none";
}
}
var observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
hideElements();
});
});
var config = { childList: true, subtree: true };
observer.observe(document.body, config);
hideElements();
</script>
hi there, thank you for your help. I have copied what you suggested but the "powered by hulkapps" is still there as you can see :
https://www.theluxurydeal.com/pages/vendre-avec-nous
Should I copy paste it somewhere else?
The form on that page was made with the "hulkapp" app so when we are using the free version it leaves this sentence at the end of the form. "powered by hulkapp".
What do you suggest to do in order to remove it ?
Thank you!
Hi @lossa
Do you mean remove this one?
If it is, check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
div.footer__content-bottom.scroll-trigger.animate--slide-in > div:nth-child(2) > div > small:nth-child(2) {
display: none;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
hi there, thanks for your reply. However this is not what I was willing to remove. I would like to remove the "Shopify Forms Powered by HulkApps" on the form that is on this page : https://www.theluxurydeal.com/en/pages/vendre-avec-nous
I have tried what the other user has suggested however it did not work... I am in real need of help. Watched many youtube videos, forums but seems like nothing works.
Oh, i didnt see that. check this code it if work. If not you need to contact the app provider to remove this.
Same Instruction.
p.hulk-powered-wrapper.text-right {
display: none !important;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024