Quote:
Originally Posted by xxx6live
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;
}
|
Thanks a lot of posting this man, I've added it to my whitelabel. I really appreciate it.