Dear team;
I have been asked to suppress the default solid line wrapped around the dropdown submenu, turning it into box. (Each li retains its default style inside this “box”.)
I experience difficulties identifying the CSS element governing the dropdown submenu border. It’s hard to catch on the fly for me.
The frame is currently 1pt solid “black”.
A nice trick would consist in changing its color to white.
Thx in advance.
A.
Hey Alexoidea!
Please add following code to Quick CSS
.html_header_top .header_color .main_menu ul:first-child >li > ul, .html_header_top #top .header_color .avia_mega_div>.sub-menu {
border-top-color: white;
}
Regards,
Yigit
Hey!
Use this to remove the border:
.av-main-nav ul li a {
border: 0 !important;
}
Best regards,
Ismael
Ismael and the whole Kriesi team, you are Fantastic!
Thank you a thousand times!
A.