girlybox Posted May 6, 2014 Share Posted May 6, 2014 Hey! I´ve trying to figure out how to enable shadows on some boxes. Url... www.girlybox.se Check out the picture below. I want to add shadow on those 3 blocks. I´ve tried to edit the global.css but it just put shadows on everything. Best regards Johannes Link to comment Share on other sites More sharing options...
NemoPS Posted May 7, 2014 Share Posted May 7, 2014 The slider: .camera_wrap The second: .list-featured.responsive The last: #columns Hope this helps Link to comment Share on other sites More sharing options...
vekia Posted May 7, 2014 Share Posted May 7, 2014 ready to use code: .list-featured, #columns { -webkit-box-shadow: 0px 0px 10px 0px rgba(87,85,87,1); -moz-box-shadow: 0px 0px 10px 0px rgba(87,85,87,1); box-shadow: 0px 0px 10px 0px rgba(87,85,87,1); } Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now