Thread Starter
bb23
(@bb23)
To make it more clearly:
Right now my grid item padding is always the colour of the grid item background, and the background (grid container padding) can be any colour. I want a white background for container and grid, but a grey grid item padding …
-
This reply was modified 6 years, 8 months ago by
bb23.
Please send me your post grid page url.
Regards
Thread Starter
bb23
(@bb23)
The link is
htcuhlenhorst.de
thank you for your help
Thread Starter
bb23
(@bb23)
Hey, sorry the URL was not a link.
https://htcuhlenhorst.de
If the feature is not available, please tell me whether it is in the Pro Version of the Plugin.
You can try following css
.post-grid .item{
border: 1px solid #ddd;}
this option isn’t available either free or pro version. if you love our plugin and support please provide us feedback
https://wordpress.org/support/plugin/post-grid/reviews/
Regards
-
This reply was modified 6 years, 8 months ago by
PickPlugins.
Thread Starter
bb23
(@bb23)
Thank you for your reply:
You was right. only the grid id had to be added.
Here is the code that made it work for me.
I added it to the custom css section from 2017 theme.
#post-grid-94 .item{
border: 3px solid #dfdfdf;
}
as you can see my grid id was 94 and I wanted a grey border.
Thank you so much once again.
-
This reply was modified 6 years, 8 months ago by
bb23.