Babycare Menu Question - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Babycare Menu Question

J

jimmy102

Template 2 years ago

How do I change the color of the underline on menu items during hover? Thanks

0
2 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #115986

Hi

Thanks for contacting us. Could you please give me your site URL and also screenshot of your issue?

-Regards.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #117972

Hello jimmy102

Please use this CSS to Template Options -> Custom Code -> Custom CSS

.sp-megamenu-parent>li>a:before, 
.sp-megamenu-parent>li>span:before,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:before, 
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge):before{
    background: black;
}

Best regards

0