Quote:
Originally Posted by Beaver1
|
If you have a whitelabel you can edit the CSS and fix some of this while waiting for CB to take action. Like the code below that makes the signup button come on top of "their" buttons. Of course it is a cat-and-mouse game but it can help for a while, and only on whitelabels.
Code:
.creat {
z-index: 10;
}