Hello Enfold,
I was wondering if it was possible to change the dotted lines that divide the mega menu in column to a solid line?
I can’t seem to find this option.
cheers
Hey WolfvanHaeren!
Try adding this to your custom CSS.
#header .avia_mega_div .units {
border-right-style: solid !important;
}
Best regards,
Elliott
Thank you! Works great!