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!