- This topic has 1 reply, 2 voices, and was last updated 3 years, 6 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Hello!
I’m trying to remove the box shadow from the main navigation. Can someone please advise on how to do so? I’m sure this has to be done through the CSS, but I’m unable to find exactly where.
Thank you!
Hi Lindsay,
Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:
#main-nav{
box-shadow: none;
}
Kind Regards