• Resolved ELDAVE74

    (@eldave74)


    Hello,

    How do i remove the drop shadow from the header in the Firmness theme? I would like to remove the grey line drop shadow from both the social header and under the main navigation menu. Any help would be appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • For removing drop shadow from main navigation menu you have to change css in style.css

    #header-wrap{
        box-shadow: none;
      }

    And for social header you to remove border-top in header-wrap or you can change its color

    #header-wrap{
        border-top:none;
     }

    Thread Starter ELDAVE74

    (@eldave74)

    Thank you. That did the trick. I appreciate your help on this!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘removing drop shadow from header’ is closed to new replies.