Home Forums WoodMart support forum Create cloured border on each image

Create cloured border on each image

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

    [email protected]
    Participant

    Ho do i create a coloured border on each image of this image gallery?

    #516943

    Hung Pham
    Keymaster

    Hi [email protected],

    Thanks for reaching to us.

    Add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.

    .wd-images-gallery .gallery-images .wd-gallery-item{
    	border: 1px solid #fff;
    }

    Regards,

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