Hi, can anyone help me remove the “created with” icon in the bottom right corner of the mega menu
Hey @Daniel19901
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @Daniel19901
You can add this code to Custom CSS in Online Store > Themes > Customize > Theme settings to remove that part.
.tmenu-watermark.tmenu_item_link { display: none !important; opacity: 0 !important; }
