JillDesigns Nov 13, 2016 · 5:37 pm #5499
Hello,
Would it be possible to remove the drop shadow from the header nav bar using CSS or otherwise? Thanks!
Hello,
Would it be possible to remove the drop shadow from the header nav bar using CSS or otherwise? Thanks!
Hi Jill
Thanks for posting. Please, try the following in your Custom CSS plugin of choice:
/* Header */
.site-header:after {
content: none;
}