Okay
  Public Ticket #934914
Borders
Closed

Comments

  •  2
    kishonfrancis started the conversation

    Is it possible to add a border around the product thumbnails and product carousel blocks for each product on the homepage, as well as the individual product page?

  •  1,558
    Laborator replied

    Hi there,

    Add the following CSS in your Custom CSS and you will get the wanted results:

    .woocommerce .shop-item .item-image a {
        border: 1px solid #000 !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   kishonfrancis replied privately
  •  1,558
    Laborator replied

    Hi there,

    Add the following CSS in your Custom CSS to get these fixes applied:

    .form-control {
        border: 1px solid #CCC;
    }
    
    .shop-item-single .item-details-single .shop-item .product-images a,
    .sidebar .sidebar-entry .product_list_widget li>a img
     {
        border: 1px solid #CCC;
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group