Removing bounding box borders on pages Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 24, 2016 at 2:40 pm #7160 Cherie ClarkGuest Hi, I really like Frontier! I would like to remove the border and shadow on the pages for a cleaner look, is that possible? I am not much of a coder so step by step it for me. Thanks Cherie September 25, 2016 at 1:55 am #7167 RonKeymaster 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; } Author Posts Viewing 2 posts - 1 through 2 (of 2 total) The forum ‘Frontier’ is closed to new topics and replies.