To remove the Touchize logotype in the Main Menu of your module follow these steps:
1. Go to your Touchize Commerce configure page in your PrestaShop backoffice
2. Go to the Settings page
3. Find the field called "Head HTML"
4. Copy & Paste the following CSS snippet into the field
<style>
.tz-linkbutton.Touchize {
display: none;
}
</style>
5. Save settings