Reply To: Getting rid of borders April 20, 2019 at 3:49 am #9492 RonKeymaster You can hide the border/shadow of the container, posts and widgets by adding this code on Customizer -> Additional CSS #container, #content article, .frontier-widget { border: none; box-shadow: none; }