Tagged: main menu
Hi!
I have little issue, in my main menu the last button, “Contact us”, the mouseover effect doesn’t cover correctly the button, only a part of it. Any ideas?
Thank you!
Hey!
Adding this code to the Quick CSS will fix it:
.html_header_searchicon_disabled #top .main_menu .menu>li:last-child>a{
padding-right: 13px;
}
Cheers!
Josue
Hi!
Try with this:
#top .iconbox.av-no-box .iconbox_icon:hover {
background: red !important;
}
Change as needed.
Regards,
Josue
Thanks a lot Josue!