#2342 - Composr 10b5: Theme wizard always uses white in some elements no matter what seed color you use
0 guests and 0 members have recently viewed this.
The top 3 point earners from 14th Dec 2025 to 21st Dec 2025.
| PDStig |
|
|
|---|---|---|
| Gabri |
|
|
| sholzy |
|
|
There are no events at this time
diff --git a/themes/default/css/global.css b/themes/default/css/global.css
index 3b9d208..57faf18 100644
--- a/themes/default/css/global.css
+++ b/themes/default/css/global.css
@@ -1451,6 +1451,7 @@ td>.box, .right>.box, .left>.box {
background-color: {$GET,box_title_background};
background-image: url('{$IMG_INLINE;,gradient}');
background-repeat: repeat-x;
+ {$BETA_CSS_PROPERTY,background-image: linear-gradient(to bottom\, {$GET,lgrad}\, {$GET,dgrad});}
color: {$GET,box_title_text};
text-align: center;
font-weight: bold;
Maybe your server does not support GD well for image generation. I'll check.
It was a pre-existing issue that became more prominent due to an unrelated change in b5.