Fastline Active member Aug 9, 2018 #1 I want to add shadow to all the images on the Forum. How can i do that?
hemant_bhardwaj Well-known member Aug 9, 2018 #2 Fastline said: I want to add shadow to all the images on the Forum. How can i do that? Click to expand... you saying to all the image on the forum post. then it will might work put in extra.less CSS: .lbContainer img { box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0), 0 2px 5px 0 rgba(0, 0, 0, 0.59), 0 1px 10px 0 rgba(0, 0, 0, 0.35); } Upvote 0 Downvote
Fastline said: I want to add shadow to all the images on the Forum. How can i do that? Click to expand... you saying to all the image on the forum post. then it will might work put in extra.less CSS: .lbContainer img { box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0), 0 2px 5px 0 rgba(0, 0, 0, 0.59), 0 1px 10px 0 rgba(0, 0, 0, 0.35); }
Fastline Active member Aug 9, 2018 #3 hemant_bhardwaj said: you saying to all the image on the forum post. then it will might work put in extra.less CSS: .lbContainer img { box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0), 0 2px 5px 0 rgba(0, 0, 0, 0.59), 0 1px 10px 0 rgba(0, 0, 0, 0.35); } Click to expand... Yes, it really works! Thanks However need some customization Upvote 0 Downvote
hemant_bhardwaj said: you saying to all the image on the forum post. then it will might work put in extra.less CSS: .lbContainer img { box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0), 0 2px 5px 0 rgba(0, 0, 0, 0.59), 0 1px 10px 0 rgba(0, 0, 0, 0.35); } Click to expand... Yes, it really works! Thanks However need some customization