Tagged: x
-
AuthorPosts
-
June 12, 2016 at 1:05 pm #1038437
FabioWParticipantMy question is related to this older inquery.
The suggested solution worked perfectly for image and video post types. However, it does not work with the standard post type. The shadow at the bottom of the featured image remains (see the post “Stop Doing It All and Start Leading Your Business” posted on June 12th.
Is there a way to remove this bottom shadow?
June 12, 2016 at 5:04 pm #1038613
John EzraMemberHi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
.entry-featured, a.entry-thumb { box-shadow: none!important; }Hope this helps – thanks!
June 13, 2016 at 8:07 am #1039539
FabioWParticipantHi John
Thank’s for your reply. I came up with this solution, too. However, this removes the entire shadow. I just want to remove the shaddow at the bottom.
Please read what your colleagues and I wrote on this subject in this archived thread > https://community.theme.co/forums/topic/remove-botom-shadow-on-entry-featured/
Any other suggestions?
June 13, 2016 at 10:09 am #1039733
LelyModeratorHi There,
Please use the following CSS instead:
.format-standard a.entry-thumb { box-shadow: 0px 0px 0px transparent inset, 0px -4px 0.45em 0px rgba(0, 0, 0, 0.25) !important; }Hope this helps.
June 14, 2016 at 7:34 am #1041265
FabioWParticipantHi Lely
Perfect! This works. Thanks a lot.
June 14, 2016 at 10:16 am #1041516
RahulModeratorYou are most welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1038437 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
