Entry summary on overlay
-
Hello,
I’m looking to redesign the appearance of the product image when the mouse is over. I have write this code :
.woocommerce .et_overlay:before {display:none}
.et_overlay {top:30px;}
.et_shop_image:hover .et_overlay, .et_portfolio_image:hover .et_overlay{top:0;}
.et_overlay {background: rgba(50, 200, 235, 0.6); border: none; }
.et_shop_image .et_overlay:before, .et_portfolio_image .et_overlay:before{color: #FFF !important; /* + icon color */}
.et_shop_image:hover .et_overlay, .et_portfolio_image:hover .et_overlay { opacity: 1; } /* overlay opacity */My problem is that I want to add the “entry-summary” of the product on the image overlay.
Did somebdy can help me please ?
The page I need help with: [log in to see the link]
- The topic ‘Entry summary on overlay’ is closed to new replies.