That actually didn’t work, but I fiddled around and found that this code does the trick:
/*For Foo gallery Theme color*/
.foogallery.fg-dark .fg-item-inner {
background-color: #990000;
color: #fff;
border-color: #990000;
}
The only thing that it does that I don’t like is it also makes the hover color redish, but I can’t quite figure out how to stop that from happening. I’m still new to css