Remove borders from wordpress gallery

hello

I have a post with a really basic wordpress gallery parked at https://www.motherculture.love/2019/02/05/test-grid-post/

what CSS do I need to add to globally remove borders from all wordpress galleries throughout the site?

login info attached below

found the css needed to make the change

adding the following to the global custom css will remove the borders

.gallery-item {
border: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}

Glad to know you got the CSS!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.