Product Fruits branding
Life Ring Button and Feedback Widgets
If you don't want to show Product Fruits branding (we won't be mad) from the Life Ring Button and Feedback widgets, you can use the following snippet:
.productfruits--branding {
visibility: hidden;
}
Copy and paste this snippet into the Custom CSS section of the Product Fruits administration as shown below (more --> branding --> Custom CSS):
Knowledge Base
To remove the 'powered by Product Fruits' from the bottom of your knowledge base, the snippet below can be placed in the 'Body HTML or script tags' field of the Custom HTML & scripts tab.
<style>
.mx-auto.max-w-5xl.flex.flex-row.items-center.text-sm {
visibility: hidden;
}
</style>