Using theme “Contempt” , is it possible to remove the gradients?
-
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: (visible only to logged in users)
-
-
Add the following to your CSS to get rid of the gradient at the top of the post area.
#grad { background-image:none!important; }
- The topic ‘Using theme “Contempt” , is it possible to remove the gradients?’ is closed to new replies.