Eventum - Current Menu Item - Question | JoomShaper

Eventum - Current Menu Item

Z

Zbigniew Krełowski

Template 1 year ago

Hi, how can I hilight (another color, another size of font ...) the current used item of menu in Eventum template?

Thanks in advance for help.

Zbigniew

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #109207

Czesc Zbigniew,

Probably only via using Custom CSS.

By default active menu item has a different color, you can override it by using:

.sp-megamenu-parent > li.active > a, 
.sp-megamenu-parent > li:hover > a {
  color: red !important; }
0
Z
Zbigniew Krełowski
Accepted Answer
1 year ago #109206

Any suggestions? Thanks in advance.

Zbigniew

0
Z
Zbigniew Krełowski
Accepted Answer
1 year ago #109208

Thanks. It is it.

0