Hello there!
Can you tell me what exactly are you looking to recolor on the about me widget, also, where are you looking to apply the background color/images?
The color of the ‘about me’ is black and I would like to change it to a brighter color (blue or red)
I would like to add a background color or a picture on the home page, and maybe the other pages too. To make it a brighter side.
But I thought I better pick another theme.
To change the widget title background color, you will need to add some custom CSS.
Install and activate this plugin then go to “Add Custom CSS” on your dashboard and paste this
.widget-title {
background: #161616;
}
in the box, replace the default color value with the one you like and save.
Similarly to apply a background color to the entire site you can use something like this
#page {
background-color: #D4EDEF;
}
in the custom CSS box and again replace the color value with the one you like.
Thanks, this worked great!
Another question, Can I change the size en format of the heading?
I would like to have it more ‘coming out’
I think you see what I mean: wiebuswaggel.nl (sorry it is in Dutch)
You can use this
.widget-title {
font-size: 15px;
}
to increase the size. What do you mean by format?
In this way I increaese the widget headings.
But I would like to increase the size of the website title and the slogan under the title.
You can use
.site-logo h1 {
font-size: 26px;
}
for the title, and
.site-logo p {
font-size: 10px;
}
for the tagline.
Thanks a lot for your help.
In this way I can adjust this theme in the way I really like it.
You’re welcome!
If this thread is resolved, I’d like to ask you to mark it as such.
Thank you!
Thanks a lot for your help!!
Much appreciated.
How can I change the colour of the ‘search widget plugin. It is grey where it says SEARCH and gold on the look up icon. I want to change the colour as well as the hover colour.