Need To Change The Hover Color On My Menu. - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Need To Change The Hover Color On My Menu.

CH

Charley Hankins

Template 4 years ago

The hover color on my mega menu is blue. I need to change it to marroon.

You can see it here:
southark.edu

What code do I need to put in my Custom CSS to accomplish this?

(It only happens on the home page. The color is correct when one is in an internal page)

Thanks, CH

0
10 Answers
Ariba
Ariba
Accepted Answer
Support Agent 4 years ago #15273

Hello

The CSS code can be added there from our end. No problem at all, i will check your website and provide the Code. Kindly allow me some time.

0
Ariba
Ariba
Accepted Answer
Support Agent 4 years ago #15269

Hello

Please share your administrator access here . Use the Hidden Content box to share the credentials.

Thank you

0
CH
Charley Hankins
Accepted Answer
4 years ago #15270

I am apprehensive about sharing this. What are you planning to do?

0
CH
Charley Hankins
Accepted Answer
4 years ago #15274

ok. Thanks very much! CH

0
Ariba
Ariba
Accepted Answer
Support Agent 4 years ago #15278

Hello

You have to add this code in the Custom CSS. The sub menu is maroon now when you hover on it.

.sp-megamenu-parent .sp-mega-group > li > a:hover {
        color: maroon;
}

Screen Shot 2021-04-23 at 11.53.29 PM.png

0
CH
Charley Hankins
Accepted Answer
4 years ago #15528

Sorry. That didn't work. The links are still blue.

0
Ariba
Ariba
Accepted Answer
Support Agent 4 years ago #15679

Hello

I have checked from my end, the code that i have provided to you has not been used properly as i can see. Can you please insert the full code as it is in Custom CSS just like this:

.sp-megamenu-parent .sp-mega-group > li > a:hover {
        color: maroon;
}

If it still does not work, please share your administrative access.

0
CH
Charley Hankins
Accepted Answer
4 years ago #15680

Still not working. I have inserted my administrative credentials.

Thanks, CH

0
Ariba
Ariba
Accepted Answer
Support Agent 4 years ago #15682

Hello,

Sorry I just saw you have inserted the custome code in template style - "shaper_helixultimate - Default (pages)". And it was working for all the pages except the Home page.

Now I have added the code in "shaper_helixultimate - Default (HOME PAGE)" as well. Now its working on all pages.

0
CH
Charley Hankins
Accepted Answer
4 years ago #15685

Ah. I hadn't considered that. Thanks.

0