Hi, I am currently using the theme "Contempt" with CSS customization, is it possible to remove those "grey-white" gradients and just use plain colors? THANKS for your help!
The blog I need help with is bfsd.wordpress.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, I am currently using the theme "Contempt" with CSS customization, is it possible to remove those "grey-white" gradients and just use plain colors? THANKS for your help!
The blog I need help with is bfsd.wordpress.com.
the blog site is bfsd.wordpress.com
THANKS!
Add the following to your CSS to get rid of the gradient at the top of the post area.
#grad {
background-image:none!important;
}
This topic has been closed to new replies.