I'd like to change the text color in the post boxes. I want a dark background and need white font but can't figure out how to change it. (It would be nice to have this option built in the plugin.)Please help. See the front page of my site. Scroll down to the blog area.
Thanks,
Jason Signor
YOUR AMAZING JOURNEY
Thanks for your post.
If you are using pro version please see the option, you can choose grid items background color.
Layout settings > Grid Items Background color
Please see the screenshot
https://imgur.com/a/gP0xJ
Otherwise you will need to add custom CSS
.post-grid .item { background-color: #868686 !important; } /*only this post grid*/ #post-grid-2997 .item{ background-color: #868686 !important; }
#2. for item font color you will need to go layout editor under CSS box you will need to add color value for each item. please see the screenshot
https://imgur.com/a/kr4at
Let me know for more help
Regards