• Resolved sinton

    (@sinton)


    Hi all,

    I wish to remove the border outline of the header menu. I’ve already tried the advice given here with no luck. Any help would be greatly appreciated!

Viewing 6 replies - 1 through 6 (of 6 total)
  • This should work:

    #nav-topbar.nav-container{
         -webkit-box-shadow: none;
         -moz-box-shadow: none;
         box-shadow: none;
    }

    Thread Starter sinton

    (@sinton)

    Hi ptravassos,

    Thank you for your help. I pasted that into my child style.css but didn’t work. Here is the link to my site if this is of any use.

    My mistake, should be #nav-header not #nav-topbar

    #nav-header.nav-container{
         -webkit-box-shadow: none;
         -moz-box-shadow: none;
         box-shadow: none;
    }
    Thread Starter sinton

    (@sinton)

    Hi ptravassos,

    Unfortunately, that didn’t work either. Any other ideas?

    Thread Starter sinton

    (@sinton)

    Hi ptravassos,

    Thank you very much. Your code worked perfectly, my issue was that cloudfare was caching my stylesheet so I wasn’t seeing the changes live.

    Header border now gone.

    Resolved!

    Good to know

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove header menu border’ is closed to new replies.