Hi
How should I change the color of the "text" widget?
I want to change it to dark gray, see the picture below
Hi
How should I change the color of the "text" widget?
I want to change it to dark gray, see the picture below
Unable to view the image. But, if you're talking about making the background of the text widget gray, one way would be to add something like:
.textwidget{ background-color: #666666; }
to your style sheet to give it a gray background.
Of course, depending on the theme's background color, you may need to add a 'color' attribute if you don't want the default text color.
This topic has been closed to new replies.