@legevindice: Hello Legevindice,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
/* To change the color of menu items */
@media screen and (min-width:64em) {
.navigation-classic.absolute-header .main-navigation a {
color: #123456 !important;
}
}
/* To change the hover color of menu items */
@media screen and (min-width:64em) {
.navigation-classic.absolute-header .main-navigation a:hover {
color: #f0f !important;
}
}
/* To change the round border color of the logo */
.custom-logo {
border-color: #12ffff !important;
}
You can change the color according to your choice.
Let me know if this works out!
Kind Regards,
Skandha