Hi everyone,
I've recently upgraded to the Minimum theme and would like to change the pinky-coloured widget background colour to white, and the green link color to #0da4d3. Can anybody help?
Thanks!
The blog I need help with is tdollshouse.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Hi everyone,
I've recently upgraded to the Minimum theme and would like to change the pinky-coloured widget background colour to white, and the green link color to #0da4d3. Can anybody help?
Thanks!
The blog I need help with is tdollshouse.com.
This will do it and also changes the text in the search box field to the same blue.
.sidebar {
background: #FFFFFF;
}
a, a:visited, .s {
color: #0DA4D3;
}
This topic has been closed to new replies.