Featured Content Shadow
- The topic ‘Featured Content Shadow’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
Is there a CSS code that I can enter to remove the shadow that appears on my featured content images in the slider?
Thank you so much!
The blog I need help with is: (visible only to logged in users)
Hi there,
thank you for writing and using our theme :)
Yes, you can add this CSS:
#featured-content.flexslider .slides li a.slider-img:before {
content: none;
}
Hope this helps :)
Ricardo P. from SiloCreativo
Thank you so much for getting back to me!
Is it also possible to hide featured images from being the first picture in a post? It is not an option in “Theme Options”.
Hello there,
yes, you can hide them using this CSS:
.single .entry-header .entry-thumbnail {
display: none;
}
Thank you!
Ricardo P.