Post Grid Transparent Background

0
Post Grid Transparent Background 1
PickPlugins
May 08, 2016 08:35 PM 1 Answers General
Member Since Aug 2015
Subscribed Subscribe Not subscribe
Flag(0)

Can you tell me the code to make background transparent. I'm on a dev site with no public url. I know where to put the CSS, just need he coding. Thanks!

0 Subscribers
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Post Grid Transparent Background 2
PickPlugins
May 09, 2016
Flag(0)

Please add following CSS to get transparent background of post grid container .    .post-grid {  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;  overflow: hidden;}

Sign in to Reply
Replying as Submit