Changing the widget abackground colour
The topic ‘Changing the widget abackground colour’ is closed to new replies.
Need help? Check out our Support site, then
Is there a way to change the background colour in the widget column? I would like the column to be white. Can’t do it with colour options. If it can be done with CSS, please could you tell me with which commands as I’m a novise in it?
The blog I need help with is: minimalistimutsi.com
Add this to your custom css:
.sidebar { background: #fff; }
Thanks!
Oh, and another question related to this: how to change the colour of the box where the people who want to follow my blog type their e-mail addresses? I think it looks weird as black because the follow-button is black as well. I’d like it to be light grey.
This time I need help with my blog:
http://laatikkotalo.com
Do you mean the black bar across the top of the page?
umm. no. Apparently I suck in explaining!
I mean the third widget, the headline of which is:
TILAA BLOGITEKSTIT SÄHKÖPOSTIISI
In this widget, after this headline there is a box where one can type one’s e-mail address, and after that there’s the “follow” button (SEURAA) that you’re supposed to hit.
What I don’t like is that in this widget both the “e-mail box” and the “follow button” are black. I’n like to change the colour of a part of the widget, but is that possible?
Did I just make it even more confusing or..? :-)
Well I speak exactly no Finnish, hence the confusion. :D
Use this css:
.widget_blog_subscription { background: #eee; }
or whatever grey you like.
Thanks for the super fast reply!
The topic ‘Changing the widget abackground colour’ is closed to new replies.