September 25, 2016 at 1:55 am
#7167
Keymaster
On Frontier Options -> Custom CSS you can add this code:
#content article {
border: none;
box-shadow: none;
}
If you want to remove the borders and shadows on both the page and sidebar you can add this instead:
#content article,
.sidebar .frontier-widget {
border: none;
box-shadow: none;
}