Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #872187

    arefs
    Participant

    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.

    #872710

    Lely
    Moderator

    Hi There,

    Please try to update that CSS to this:

    .x-navbar {
        background-color: #34495e;
        border-bottom: none;
        box-shadow: none;
    }

    Hope this helps.

    #873618

    arefs
    Participant

    thanks!

    #874036

    Thai
    Moderator

    You’re welcome 🙂