Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1169182
    outfitarena
    Participant

    Dear X theme support theme,

    Can you, please, help me to add a border to the photo when I hover over it?

    Thanks in advance!!!

    #1169183
    outfitarena
    Participant
    This reply has been marked as private.
    #1169206
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .woocommerce div.product .summary img {
        border: 5px solid transparent;
    }
    .woocommerce div.product .summary img:hover {
        border: 5px solid #73410d;
    }

    Hope it helps 🙂

    #1169241
    outfitarena
    Participant

    I love you guys, you are the best out there!!!

    #1169248
    Thai
    Moderator

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1169182 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>