Active & Hover Text Color Not Appearing On Mega Menu - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Active & Hover Text Color Not Appearing On Mega Menu

J

joe

Helix Framework 3 years ago

For some reason, I cannot get the "Active Text Color" and the "Hover Text Color" to display on the Mega Menu dropdowns.

The Active and Hover Text Colors work fine when the Mega Menu is switched off.

Any info on this would be greatly appreciated.

My website info is in the Hidden Content.

0
21 Answers
J
joe
Accepted Answer
3 years ago #58280

Paul,

Yes, the Active and Hover font colors work fine on a standard menu dropdown. However, the issue only occures on the Mega Menu dropdowns.

With your code, the hover color now works correctly on the Mega Menu dropdown links.

However, the following does not work:

  1. Active font color does not work
  2. All the Mega Menu menu items should use default case not forced uppercase case.

Actually, I am okay not using Mega Menus. However, if you want me to test any new code, I will continue to moitor this thread.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #56564

Hi

I cant access your site,please check and give me the correct one so that I can check your issue.

https://prnt.sc/26skahd

-Regards

0
J
joe
Accepted Answer
3 years ago #56573

The '1st Layer Login' will only work if you enter the same login inforamtion twice.

See login information in the Hidden content in the first's post.

0
J
joe
Accepted Answer
3 years ago #56865

Did the updated login information work? If not, please let me know.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #56875

Could you please give me a screenshot of your issue?

0
J
joe
Accepted Answer
3 years ago #56886

Please see the Hidden Content for Screenshot of my issue.

0
J
joe
Accepted Answer
3 years ago #56979

Please see the Hidden Content for Video of my image.

0
NEROVIK
NEROVIK
Accepted Answer
3 years ago #56993

Same problem for everybody

0
J
joe
Accepted Answer
3 years ago #57090

Any assitance would be greatly appreciated.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #57113

Use this custom css

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover{
  color:yellow !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge){
  text-transform: lowercase !important;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

1
J
joe
Accepted Answer
3 years ago #57130

I attached a before and after video for your review:

Video Link: See Hidden Content

The code did not affect the Mega Menu Dropdown:

  1. Active Colors do not appear
  2. Hover color do not appear
  3. All dropdown items still all capitalized

The code only seemed to affect the main menu root items only.

- Screenshot: Edited Out Afterr Closing Ticket

0
NEROVIK
NEROVIK
Accepted Answer
3 years ago #57131

thanks but I kow how to solve this.

0
J
joe
Accepted Answer
3 years ago #57177

Mehtaz,

Currently, the code you provided me is active on my website. I thought to leave the code in case it helps you in anyway.

Default Colors:

  • Hover: Yellow
  • Active: Green
  • Default: White (not active, no hover)

I think the following is wrong:

  • The Hover and Active color are not working on Mega Menu dropdown items
  • The Hover color does not work on Main Menu item types
  • The Mega Menu titles should be default case not uppercase or lowercase
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #57304

1: Which color do you need first tell me

2: It is working on my side

3:Then just remove my code it was deafult

0
J
joe
Accepted Answer
3 years ago #57333

I removed the code as you suggested. It was not working correctly.

I am not trying to change the colors. I am only trying to use the colors in the Helix Preset settings.

Image Link: Edited Out Afterr Closing Ticket

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #57546

Hi

Use this custom css

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
    color: #ab7006 !important;
}
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a{
  color: #17f0e6 !important;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a{
  color: rgb(235 235 215) !important;
}
0
J
joe
Accepted Answer
3 years ago #57591

The code has No affect on the Mega Menu dropdowns.

Still same 3 issues:

  1. Hover color does not work on Mega Menu
  2. Active color does not work on Mega Menu
  3. Default font case not uppercase or lowercase.

I left the code on my website to assist if necessary.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #57743

Did you enable the CSS compress option? If yes then please disable that option.

0
J
joe
Accepted Answer
3 years ago #57787

CSS compress was and is NOT enabled on the website.

  • Image Link: Edited Out Afterr Closing Ticket

I have left your last suggested code on my website for review, if necessary.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #57984

Allow me some time please.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #58274

If I may ....

It works here foto_7888_2022.png

but indeed, extra CSS is needed for Businesses and Events tab

.sp-megamenu-parent > li.active > a, 
.sp-megamenu-parent > li.active:hover > a,
.sp-megamenu-parent .sp-mega-group > li > a:hover
{color: #fac021;}

But those are not typical menu items, they have other menu type.

ANyway, use my above code.

0