Home › Forums › WoodMart support forum › Border on masonry grid Border on masonry grid This topic has 4 replies, 2 voices, and was last updated 6 years, 9 months ago by Bogdan Donovan. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts March 7, 2018 at 3:10 pm #44492 jalinmediaParticipant Hi, We want a green border around our images on our homepage with colour: #83b735 Can you please advise how to do this? Thanks! March 7, 2018 at 3:11 pm #44493 jalinmediaParticipant Hereby picture! Attachments:You must be logged in to view attached files. March 7, 2018 at 3:35 pm #44496 Bogdan DonovanKeymaster 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 March 7, 2018 at 3:45 pm #44499 jalinmediaParticipant Hi thanks! Can we also disable total products in this blocks? Please see attached! Attachments:You must be logged in to view attached files. March 7, 2018 at 4:02 pm #44503 Bogdan DonovanKeymaster 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 Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to create new topics. Login / Register