Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1038437
    FabioW
    Participant

    My 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?

    #1038613
    John Ezra
    Member

    Hi 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!

    #1039539
    FabioW
    Participant

    Hi 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?

    #1039733
    Lely
    Moderator

    Hi 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.

    #1041265
    FabioW
    Participant

    Hi Lely

    Perfect! This works. Thanks a lot.

    #1041516
    Rahul
    Moderator

    You are most welcome!

  • <script> jQuery(function($){ $("#no-reply-1038437 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>