On this site: http://qualitydiscountdentures.com/
We have set up the nav bar not to have separators but for some reason the final item on the nav bar has a white border. We have spent a good bit of time inspecting this and have not been able to identify the css that is generating this, so that we could override it. Please help.
Submitted by Chuck Gregory, developer for Barbara Deckmeyer
Hi Chuck,
You have “Display in main header area” under Header Social Icons selected in the Extra Elements tab in the Header options but haven’t defined any social sites. Just change the setting to ‘No social icons’ and you’ll be fine.
Regards,
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av_seperator_big_border .av-main-nav > li:last-child > a, #top .av_seperator_big_border .av-main-nav > #menu-item-search > a {
border: none !important;
}
@tansari Thanks :)
Regards,
Yigit