Hi,
wie bekomme ich den Rahmen, der um das Submenü herum ist weg?
Vielen Dank.
Antoinette
Hey gnw,
Thank you for using Enfold.
What do you mean by “frame”? Would you like to remove the border of the sub menu container? Please add this in the Quick CSS Field.
.av-main-nav ul {
box-shadow: none;
border: none !important;
}
.av-main-nav ul li a, .av-main-nav ul li:last-child > a {
border: none !important;
}
Best regards,
Ismael