True but this only works if their trick button is overlaying the signup button. They can make huge flashy signup banners appearing pretty much anywhere, check this out:
https://gfycat.com/VacantShockedAmurratsnake
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;
}
|