Tagged: x Author Posts December 1, 2016 at 2:55 pm #1277902 williamscreativegroupParticipant 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? December 1, 2016 at 3:10 pm #1277913 NicoModerator 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. December 1, 2016 at 3:24 pm #1277935 williamscreativegroupParticipant That was exactly what I needed – thanks so much! December 1, 2016 at 3:34 pm #1277955 williamscreativegroupParticipant One more question related to this – how do I remove the shadow from the pagination at the bottom? December 1, 2016 at 3:46 pm #1277978 NicoModerator 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. Author Posts <script> jQuery(function($){ $("#no-reply-1277902 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In