
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2023 06:54 PM
Hello All,
I want to change the color of Advanced Portal Navigation that is Mega Menu, from Blue to Red as show in the below screenshot.
Thanks in advance !!!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 04:13 AM
For changing color in Employee portal theme add these line it will work.
$expanded-bg: rgba(192, 37, 62, 0.97) !default ;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2023 07:36 PM
You can have a look into the widget Employee Center Navigation [employee-center-navigation].
There're 2 classes that hold the background-color as following below.
mega-menu: background-color: rgba($sp-navbar-divider-color, 0.97);
quick-links-container: background-color: darken($sp-navbar-divider-color, 2%);
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2024 03:16 AM
Hi @Samyak Jain2 ,
Can you share the URL or screenshot where exactly I need to change from blue to red!
I need to change background of dropdown color.
Thanks,
Pradeep

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 04:13 AM
For changing color in Employee portal theme add these line it will work.
$expanded-bg: rgba(192, 37, 62, 0.97) !default ;