Frame

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #520050

    dr.kappl
    Participant

    How can I add a frame around the product in the list?

    Attachments:
    You must be logged in to view attached files.
    #520314

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    .product-list-item .product-element-top {
    	border: 1px solid var(--brdcolor-gray-300);
    }

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)