Maxora Template: How To Change The Color In Menu Navi Of Underline Active Object? - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Maxora Template: How To Change The Color In Menu Navi Of Underline Active Object?

Klaus Brandt

Klaus Brandt

Template 2 weeks ago

Hi Joomshaper-Team:

Maxora Template: how to change the Color in Menu Navi of Underline active Object?

https://prnt.sc/Y0MBbrjdmbPw

May you help me?

Thank you and Greetuings from Germany. P.S.: Ist's for the Domain https://elbaue.abrac-lausitz.de/ I registered in my new purchased Agencx-Plan, but when I klick your Dropdown belwo, this Domain does not exist (was my older former Subscriptions).

Klaus

0
6 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 2 weeks ago #209246

Hello Klaus,

Sorry for the inconvenience. While the Maxora template doesn't have a built-in setting to directly change the underline color of the active menu item, you can easily customize this with CSS.

Please add the following code to Template Options → Custom Code → Custom CSS:

#sp-header .sp-megamenu-parent .sp-menu-item > a:hover,
#sp-header .sp-megamenu-parent .sp-menu-item.active > a {
    text-decoration-color: #123456;
}

Remember to replace #123456 with your preferred color code. Hope this helps!

Best regards

0
Klaus Brandt
Klaus Brandt
Accepted Answer
2 weeks ago #209250

Thenk you very much, Mr. Shuvo

fast Answer, and yes, it wokrs fine.

How can I modify the thickness of that underline?

Thanx again Klaus

1
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 2 weeks ago #209252

Please add the following CSS code to your Template Options -> Custom Code -> Custom CSS

#sp-header .sp-megamenu-parent .sp-menu-item > a:hover,
#sp-header .sp-megamenu-parent .sp-menu-item.active > a {
    text-decoration-thickness: 2px;
}
0
Klaus Brandt
Klaus Brandt
Accepted Answer
2 weeks ago #209315

Thank you again, and have a nice Day!

Klaus

0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 2 weeks ago #209337

You’re very welcome, Klaus. I appreciate your kind message — wishing you a wonderful day as well!

Please marked the issue as solved

Best regards

0
Klaus Brandt
Klaus Brandt
Accepted Answer
2 weeks ago #209369

Pls look in Hidden Content. PROBLEM IS SOLVED!

0