I have a problem with the search panel that is included in the primary menu, the results that are shown in the panel are getting smaller when I hover over them. How can I fix that?
Hi Wilko!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-search-tooltip a:hover {
font-family: inherit!important;
font-size: inherit!important;
}
It happens because you have following custom CSS code
.header_color .main_menu ul:first-child > li a:hover {
font-family: Yanone Kaffeesatz;
color: #d47611;
font-size: 21px;
font-weight: 400;
}
Regards,
Yigit