Black box removal – Columnist Theme
-
Hi,
Can i remove the black box in the top-left corner of the columnist theme ?The blog I need help with is: (visible only to logged in users)
-
Certainly. I assume you mean you would like to remove the color overlay that happens when you hover and not that you would like to remove the top left image entirely.
To remove the black color overlay that appears over the top left image in The Columnist theme when you hover over it, add this to your Appearance → Custom Design → CSS editor:
#masthead .thumbnail img:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)"; filter: alpha(opacity=1); opacity: 1; } -
- The topic ‘Black box removal – Columnist Theme’ is closed to new replies.