Viewing 1 reply thread
You must be logged in to reply to this topic.
Hello for the site roelofsmetrology.nl i want to change the menu color. the backgrouond color can stay the same i want all the menu items to be white and the onhover to be dark blue #185fa1
I already made a ticket for an issue with the menu’s on mobile which might influence this also. https://support.codeless.co/?topic=blackbar-in-mobile-menu
Could you help me with this?
Hello, please do this if you need the changes for Desktop website version, add this code:
@media (min-width:992){
.header_container.cl-header-light nav ul li a{
color:#ffffff !important;
}
.header_container.cl-header-light nav ul li a:hover{
color:#185fa1 !important;
}
}
You must be logged in to reply to this topic.