How to DIsable Image Caption on Hover in Wordpress -
sometimes ago found site, url http://www.fun71.com saw when bring mouse image image cation hide. can tells how can site ? is done css or javascript ? if css please code me. friend gives e css
.wp-caption .wp-caption-text { font-size: 0.8em; line-height: 17px; margin: 0px; width: 100%; padding: 0px 0px 5px; background-color: #fff; position: absolute; bottom: 0px; left: 0px; opacity: 0.7; }
but not working me. plz help me
if image captions have wp-caption-text class hide text on hover below.
.wp-caption .wp-caption-text { font-size: 0.8em; line-height: 17px; margin: 0px; width: 100%; padding: 0px 0px 5px; background-color: #fff; position: absolute; bottom: 0px; left: 0px; opacity: 0.7; display:block;
}
.wp-caption .wp-caption-text:hover{ display:none !important; }
wordpress image hover caption
No comments:
Post a Comment