Q: Background Color
Hey Abdul,
This should be my next product from you. :)
Is it possible to customize the white background? (WhatsApp, Instagram and Co) I read something about a CSS box on your product page. Is that possible? Would your support also create the code for this if asked? I'm not very familiar with it.
Thank you and best regards
Ben
BenitoBenthinPLUSMar 4, 2025
Share
Helpful?
Log in to join the conversation
Posted: Mar 6, 2025
Hello @BenitoBenthin,
Yes, it is possible to change the background of the channel using custom CSS. You can use the following CSS code to change the background:
button.channel {
background: red;
}
You can add this to the Bit Assist custom CSS editor. To do this: Go to Widgets List > Your Widget > Three Dots > Edit > Customization then Scroll down and paste the code under Custom CSS.