Indigo Menu Line Seperator Removal - Question | JoomShaper

Indigo Menu Line Seperator Removal

JT

Josue Tejada

Template 2 months ago

i would like to remove the gray line in menu that seperates each menu item.

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 months ago #213316

Hi Josue,

You have to use Custom CSS for that task:

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a::after, 
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge)::after 
{background: white !important; }

In Helix documenation there is info where to use it.

0