Hi @christinagysen
I am really sorry for the late reply.
In the menu do you want to change the last item’s color? If it is yes, you can use this custom css code; (change the color code)
li#menu-item-2126 { color: #ff0707; }
If it is not what you want then could you please make it clear.
You can remove the white space with this custom css code;
li.menu-logo { display: none !important; }
You can go to appearance > customize > header > menu > sub menu style or you can use this custom css code;
@media screen and (min-width: 992px) { .is-submenu-dark .nav-menu ul ul { background-color: #181818; } }
.is-submenu-dark .nav-menu ul ul li a { color: #ccc; }
Thanks
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in and have valid license to reply to this topic.