- Joined
- Jun 24, 2019
- Messages
- 141
- Points
- 53
Reputation:
hi, i'm having trouble with profile banners for a long time. In xenforo 2.1 it worked perfectly with the Themehouse Covers addon, but now with the integrated option there is an error when I use this CSS code, I attach a capture of the bug and send the code
CSS:
background: #2E3192;
background: -webkit-radial-gradient(ellipse farthest-corner at top left, #2E3192 12%, #18FFFF 89%);
background: -moz-radial-gradient(ellipse farthest-corner at top left, #2E3192 12%, #18FFFF 89%);
background: radial-gradient(ellipse farthest-corner at top left, #2E3192 12%, #18FFFF 89%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;