Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1248390
    JP
    Participant

    Hi there

    My site is myeternalbeauty.com

    i would like to remove the border from the product image (not the mouseover over border) but the border that is there before you mouseover.

    see image

    could you please give me the CSS

    thanks very much

    #1248442
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .single-product .images a.x-img-thumbnail,
    .single-product .images a.x-img-thumbnail:hover {
        border:0;
        box-shadow:none;
    }
    

    Hope that helps.

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