• Resolved bbayle74

    (@bbayle74)


    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]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Shane Eckert

    (@shaneeckert)

    Automattic Happiness Engineer

    Hi!

    Are you adding the <span class="et_overlay"></span> in your theme’s templates? (or rather a child of your theme?) You should be able to use echo $_product->post->post_excerpt; in the template that has the function for the product loop. That’s just one idea.

    Cheers!

    Thread Starter bbayle74

    (@bbayle74)

    Hi,

    Ho sorry, I’m not a webdeveloppers. I understand some basic but… That’s why I can’t understand your proposition.

    Shane Eckert

    (@shaneeckert)

    Automattic Happiness Engineer

    Hi bbayle74,

    You may want to consider working with a Developer to help with this modification.

    What do you think?

    Thread Starter bbayle74

    (@bbayle74)

    Hi,

    I’m open with that. Don’t hesitate to contact me on [email protected] for that.

    Thank in advance

    Plugin Support Hannah S.L.

    (@fernashes)

    Automattic Happiness Engineer

    If you’re looking for developer support, I highly recommend contacting one of the services on our customizations page: https://woocommerce.com/customizations/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Entry summary on overlay’ is closed to new replies.