Tagged: x Author Posts April 7, 2016 at 9:19 pm #872187 arefsParticipant I’ve made my header background and first section background the same color. I want to remove the thin white line between these which I think is the header’s bottom boarder. Screenshot – https://dl.dropboxusercontent.com/u/17713251/2016-04-08_11-17-00.jpg How can I do this? I’ve tried using various CSS from other threads but it isn’t working for me. Thanks. April 8, 2016 at 7:31 am #872710 LelyModerator Hi There, Please try to update that CSS to this: .x-navbar { background-color: #34495e; border-bottom: none; box-shadow: none; } Hope this helps. April 8, 2016 at 9:25 pm #873618 arefsParticipant thanks! April 9, 2016 at 7:01 am #874036 ThaiModerator You’re welcome 🙂 Author Posts