The background for widgets is ugly. Is it possible to change it? http://rubbershinobi.forumotion.com/
2 posters
Widget Backgrounds
Swagbito- Forumember
- Posts : 176
Reputation : 4
Language : English & Japanese
- Post n°1
Widget Backgrounds
Ange Tuteur- Forumaster
- Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania
- Post n°2
Re: Widget Backgrounds
Hello @Swagbito,
Add the following rule to your stylesheet.
Display > Colors > CSS stylesheet
Change red to whatever color you want.
Add the following rule to your stylesheet.
Display > Colors > CSS stylesheet
- Code:
.module .main-content { background:red }
Change red to whatever color you want.
Swagbito- Forumember
- Posts : 176
Reputation : 4
Language : English & Japanese
- Post n°3
Re: Widget Backgrounds
thx
Swagbito- Forumember
- Posts : 176
Reputation : 4
Language : English & Japanese
- Post n°4
Re: Widget Backgrounds
It's working but one prob.My staff list widget is still white.
Ange Tuteur- Forumaster
- Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania
- Post n°5
Re: Widget Backgrounds
Look over the widget code, from what I'm seeing you have a background color on the center element. If you can't figure it out, you can post the code here.