Remove text from mega menu

Hi, can anyone help me remove the “created with” icon in the bottom right corner of the mega menu

https://cytjyxmtmvbocgig-50820350128.shopifypreview.com

Hey @Daniel19901

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. 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; }