Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #616711

    KimSS
    Participant

    Hi, Thank you. Please see this link and we are about to load all collections/products in the next week.
    http://istoria.com.au/collections/delphi-collection/

    That one still shows borders. Thank you so much Kim

    #616929

    Jack
    Keymaster

    Hi there Kim!

    Add the following under “Customize > Custom > CSS” 🙂

    
    .entry-featured {
    border: 0px !important;
    border-bottom: transparent;
    }
    
    .woocommerce div.product .images .thumbnail .woocommerce-page div.product .images .thumbnails {
    	border: transparent !important;
    	border: 0px;
    }

    Thank you! 🙂

    #617753

    KimSS
    Participant

    Hi there,

    Here are a couple of links and we are going to load up all collections net week.

    http://istoria.com.au/collections/st-tropez/
    http://istoria.com.au/collections/delphi-collection/

    Really appreciate your help. Many thanks Kim

    #617762

    Paul R
    Moderator

    Hi Kim,

    Please add this as well.

    
    body .product .x-img-thumbnail  > a {
        margin:0;   
    }
    
    body .product .x-img-thumbnail {
        background-color:transparent !important;
    }
    

    Thanks

    #619940

    KimSS
    Participant
    This reply has been marked as private.
    #620107

    Christopher
    Moderator

    You’re welcome.