Forums
Forums / Theme: Hey Cookie / Thimbnail Hover text CSS
(@tab2tab)
12 years, 8 months ago
How to remove the bottom border on the home page thumbnails postmetadata.
Hover on the thumbnail shows meta data of the post, I want to remove the bottom border for the text. I tried to find .postmetadata for some reason cannot find it.
Link: dealtikka.com
(@paulwp)
It looks like part of theme settings on accent color. See to it first that you could control it right from theme settings page.
If not, use this in theme’s Custom CSS option.
#content .postmetadata { border-bottom: none !important; }
That worked, Thank you Paul
The topic ‘Thimbnail Hover text CSS’ is closed to new replies.