[Resolved] Remove drop shadow from header/navbar

  • Author
    Posts
  • #5499

    JillDesigns
    Participant

    Hello,
    Would it be possible to remove the drop shadow from the header nav bar using CSS or otherwise? Thanks!

    #5501

    Andrew Misplon
    Keymaster

    Hi Jill

    Thanks for posting. Please, try the following in your Custom CSS plugin of choice:

    /* Header */
    .site-header:after {
    	content: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Scroll to top