Resolved

Remove drop shadow from header/navbar

Ultra Theme started by JillDesigns Nov 13, 2016 1 reply
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!

Andrew Misplon Puro Nov 14, 2016 · 12:56 pm #5501

Hi Jill

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

/* Header */
.site-header:after {
	content: none;
}
2 posts