Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #499116

    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?

    • This topic was modified 8 years, 6 months ago by Geert_Dam.
    #499338

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.