Home Forums WoodMart support forum Border on masonry grid

Border on masonry grid

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #44492

    jalinmedia
    Participant

    Hi,

    We want a green border around our images on our homepage with colour: #83b735

    Can you please advise how to do this?

    Thanks!

    #44493

    jalinmedia
    Participant

    Hereby picture!

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

    Bogdan Donovan
    Keymaster

    Hi,

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

    .category-grid-item .wrapp-category {
    	border: 1px solid #83b735;
    }

    Regards

    #44499

    jalinmedia
    Participant

    Hi thanks!

    Can we also disable total products in this blocks?

    Please see attached!

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

    Bogdan Donovan
    Keymaster

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

    .category-grid-item .wrapp-category .more-products {
    	opacity: 0;
    	visibility: hidden;
    }

    Regards

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