Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1277902

    Hello!

    I’m attempting to remove the shadow from the individual posts that are located here: http://bwor.williamscreativegroup.com/news/

    I’m having trouble figuring out which selector I need to achieve this. Can you provide the right one?

    #1277913
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Not sure which part/shadow that you want to remove.

    You could try adding this code below:

    .blog .entry-wrap {
    box-shadow:none;
    }

    It will remove the shadow of the box.

    Let us know how it goes.

    Thanks.

    #1277935

    That was exactly what I needed – thanks so much!

    #1277955

    One more question related to this – how do I remove the shadow from the pagination at the bottom?

    #1277978
    Nico
    Moderator

    Hi There,

    Add this in your Customizer > Custom > CSS:

    .x-pagination a, .x-pagination span{
    box-shadow:none;
    }

    Hope it helps.

    Let us know how it goes.

    Thanks.

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