- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 06:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 10:01 AM
Hello @vidhya_mouli
You should have the border-color active and white, to deactivate click with the left side of the mouse and inspect.
The code should look something like this:
background-color: #333579;
border-bottom: .2rem solid #ffffff;
height: 5.1rem;
display: flex;
color: #DADDE2;
Just delete border-bottom.
I hope it helped, if it worked mark it as a solution
Best Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2023 02:33 AM
You can simply copy the CSS code and paste it into the widget (Suggestion below)
.v045301ddeb503010ed7966d647522844 .employee-center-navigation .main-menu {
background-color: #333579;
height: 5.1rem;
display: flex;
color: #DADDE2;
}