I would like to achieve image shadow frames like this sample (scroll to the middle of the content pls.)
http://www.thecontentcity.com/contentville-wp/live-demo/
thank you very much!
I would like to achieve image shadow frames like this sample (scroll to the middle of the content pls.)
http://www.thecontentcity.com/contentville-wp/live-demo/
thank you very much!
Hey,
you won't get the same effect without creating custom shadow images (or bg images), etc.
However you can create a similiar effect with css3 and box shadow(s): http://www.css3.info/preview/box-shadow/
I.e. you can apply it to thumbnails with following code in css/custom.css:
.featured, .thumbnail_container_inner{
box-shadow: 5px 5px rgba(0, 0, 0, 0.7);
}Thk you, but I need to achieve the elegant shadow effect.
I would aooreciate if somebody could help me with this.
cheers
You can use the background image instead of the box shadow
background: url("images/stylebox-b.png") bottom center !important;
Thaxs Chris!
Glad that Chris could help you :)
You must log in to post.