I wanted to chenage the background hover olour of menu items and got this code:
.header-type-6 .menu-wrapper .menu-main-container > ul > li > a:hover{
background:#640032;
color:#fff;
}
But I would like the same effect on header 4 – if I change the code to header-type-4 it doenst work,
Do you have code for the same effect on header 4?