- This topic has 3 replies, 2 voices, and was last updated 2 years, 8 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
hello. I would like to know
if it’s possible to remove the shadow border above the menu ?
also would it be possible to change the shadow border under the MENU to the normal line?
Thank you very much for your support once again.
Hi @naho
Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:
#main-nav {
box-shadow: none !important;
border-bottom: 1px solid #F3F3F3;
}
Kind Regards
Thank you very much for your quick response.
could you please advise me how to align the logo and tagline
on the right bottom corner in the header, instead of the center?
Thank you very much once again.