How to change text color?

0
How to change text color? 1
jesignor
Mar 14, 2018 11:00 AM 1 Answers General
Member Since Jan 2018
Subscribed Subscribe Not subscribe
Flag(0)

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

http://jasonsignor.net

2 Subscribers
How to change text color? 1
How to change text color? 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
How to change text color? 4
PickPlugins
Mar 14, 2018
Flag(0)

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

Sign in to Reply
Replying as Submit