Shadow or Border around Grid Posts

0
Shadow or Border around Grid Posts 1
jj0ns0n
Aug 29, 2017 10:30 AM 1 Answers General
Member Since Aug 2017
Subscribed Subscribe Not subscribe
Flag(0)

Is there a way to get a shadow or border around the grid items?

2 Subscribers
Shadow or Border around Grid Posts 1
Shadow or Border around Grid Posts 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Shadow or Border around Grid Posts 4
PickPlugins
Aug 29, 2017
Flag(0)

Welcome to our forum.

Sorry shadow option isn't available right now for grid items, you can add custom CSS.

.post-grid .item {

  box-shadow: 0 0 6px 3px rgba(0,0,0,0.4);
}

Let me know for more help.

Regards

Shadow or Border around Grid Posts 5
jj0ns0n
- Sep 06, 2017 11:31 PM
Flag (0)
0

Thanks! Worked perfectly

Shadow or Border around Grid Posts 6
PickPlugins
- Sep 06, 2017 12:30 PM
Flag (0)
0

Then I recommend to put on theme style.css file, you can access to this file via the dashboard, please see the screenshot how to do that.
https://imgur.com/a/verRu

Regards

Shadow or Border around Grid Posts 5
jj0ns0n
- Sep 06, 2017 12:24 PM
Flag (0)
0

To my understanding, this is just for individual posts. I have a bunch of existing posts, so I'm wondering if there's a way to input the code in a different location that cover's all my current posts and future post.

2+ more comments. Sign in to Reply
Replying as Submit