In order to remove the soft shadows from all layout wrappers and elements, you’ll need to add this CSS code inside Theme Options -> General -> Additional CSS field.
Just copy/paste this CSS code and save changes.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | .sidebar .widget, .sidebar .widget-title, .header-bottom-wrapper,.main-box,.main-box-head, .comment-respond, #disqus_thread,.main-header, .main-box-title, .comment-reply-title, .main-box, .comment-respond, .vce-post, .sidebar .widget-title, .sidebar .widget, ul.comment-list > li.comment, .main-box-head, .header-sticky, .vce-author-card, .comments-holder .navigation, .mks-bredcrumbs-container, .wp-caption .wp-caption-text, .vce-photo-caption {box-shadow:none !important;-moz-box-shadow:none !important; } |