custom css

We have renamed Post Grid plugin to Post Grid Combo
Ticket for: Post Grid
0
custom css 1
onur
Apr 26, 2019 06:58 PM 1 Answers
Member Since Apr 2019
Subscribed Subscribe Not subscribe
Flag(0)

Hello, I want to add shadow via custom css but not working?

2 Subscribers
custom css 1
custom css 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
custom css 4
PickPlugins
Apr 26, 2019
Flag(0)

Welcome to our forum.

Please let me know which element you want to add shadow and send me your css,

 

Regards

custom css 5
onur
- Apr 28, 2019 10:29 PM
Flag (0)
0

Thank you for your correction. it works now.

custom css 6
PickPlugins
- Apr 28, 2019 10:05 PM
Flag (0)
1

I just checked your page, i can see you are using css wron way, you must have add css class selector to apply css

Please see the example:

.post-grid .item{
-webkit-box-shadow: 3px 6px 32px -1px rgba(122,122,122,1);
-moz-box-shadow: 3px 6px 32px -1px rgba(122,122,122,1);
box-shadow: 3px 6px 32px -1px rgba(122,122,122,1);
}

custom css 5
onur
- Apr 28, 2019 09:49 PM
Flag (0)
0

Hello,

you can see the page: http://www.chesscreativetest.com/ankon-tr/

I added css from here: post grid options > Custom scripts

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