I would like to have my entire widget with different background color (and not white) rather than just the border in different color?

You can change background color of the widget by including a custom CSS file and a custom JavaScript file information on "Edit UI" page of your campaign setup flow. In your custom CSS file you will include following style classes.

Please note, the following example is based on background color black (#000000) - you can substitute it with the one you want to use for your widget.

body {background-color: #000000;}html {background-color: #000000;}
Next, in your custom JavaScript file include this code
if(parent != null) {parent.document.body.style.backgroundColor= "#000000"; if(parent.document.body.parentNode != null) { parent.document.body.parentNode.style.backgroundColor= "#000000"; }}

Looking for a Referral or a Loyalty Program?
NextBee has robust and feature rich platform
We guarantee your ROI
No long term contract to sign
Hassle free zero cost IT setup

Related Topics