How to add box shadow for featured image posts?
Just like the text above it
Page: https://www.yundianseo.com/google-seo/
Hey yundian,
Please add this CSS code:
.template-blog .post .entry-content-wrapper {
overflow: visible;
}
#top .big-preview {
box-shadow: 0 0 10px 0 #444;
padding-bottom: 0;
border-radius: 4px;
}
Just change the box-shadow value as you see fit.
Best regards,
Nikko
Hi,
I need to add the shadow for all single post not only for the featured image,
I use:
.template-blog .post .entry-content-wrapper {
overflow: visible;
box-shadow: 0 0 10px 0 #444;
padding: 10px;
border-radius: 4px;
margin-bottom: 40px;
}
Right?
Hi yundian,
Yes, you are correct :)
Best regards,
Nikko
Thanks, please close
Hi yundian,
You’re welcome :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko