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

Change Hover Color Of Menu Separator

Peter Spiegelenburg

Peter Spiegelenburg

Template 2 years ago

Hello,

I am using Helix Ultimate on Joomla V4 on this website What I can't find is which CSS do I need to change the color for hovering on menu separator.

Could you please help me with this?

Regards, Peter

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #101464

Hoi Peter,

If for all separations:

.sp-menu-separator:hover {
  color: green; }
If for separators in submenu only:
.sp-dropdown-inner .sp-menu-separator:hover 
{color: green; }

(!) honest advice: do not use separators for menu items, use URL menu type! Fewer problems in Mobile menu.

0
Peter Spiegelenburg
Peter Spiegelenburg
Accepted Answer
2 years ago #101471

Hi Paul,

thanks for your very fast response. It works.

But, now I am curious. How about the URL menu type? What do I fill in for URL? Just use a " # "?

Regards, Peter

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #101477

yes, just "#"

0