Hi,
I am trying to remove the vertical line in the header between menu and social icons.
Have tried the following code but not working:
#top .avia-menu.av_menu_icon_beside {
border: 0 !important;
}
Thanks so much
Hey timchurchman,
Could you post a link to the page in question so that we can take a closer look please?
Best regards,
Rikard
Sorry! See Private Content
Hi,
Thanks for the link. Please try the following in Quick CSS under Enfold->General Styling:
.av_menu_icon_beside {
border-right:none;
}
Best regards,
Rikard
Unfortunately still there
Hi,
Please try this instead:
.avia-menu {
border-right:none !important;
}
Make sure that you generate new files under Enfold->Performance once you have added it as well.
Best regards,
Rikard
Thank so much!!!
Hi,
Glad we could help :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Please close, you guys are really nice