We added a mega menu and the border color did not carry over. On the link I sent you can see the Solutions and About menu items are using Mega Menu, but the Support drop down is not using mega menu and you can see the color border around that one, but not the menu items using the mega menu. What is a fix for this to carry over the color border?
Hey ronduring,
Please try the following in Quick CSS under Enfold–>General Styling:
.avia_mega_div {
border-bottom:2px solid #FBA819 !important;
border-left:2px solid #FBA819 !important;
border-right:2px solid #FBA819 !important;
}
Regards,
Rikard
Thanks, that worked!