Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1481934

    Hello, I have made the new update. Since then, the search icon in the main menu (on the right) is no longer displayed. I cannot make any further settings in the administration. Thank you for your help. lg Andreas

    #1481960

    Hey kreativeseite,

    Where can we see the problem in question on an actual site?

    Best regards,
    Rikard

    #1482116

    Hi Rikard. Sorry – I forgot to send you the page. It’s about the start page. The magnifying glass was displayed on the right-hand side of the main menu. The search is also there, but the icon of the magnifying glass is not displayed. lg Andreas

    #1482158

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    #top .menu-item-search-dropdown > a.avia-svg-icon svg:first-child {
      z-index: 0;
    }

    Best regards,
    Rikard

    #1482179

    Thank you very much. That worked, but the icon is not above the search function. If you move the mouse over the symbol, there is nothing behind it. You can open the search function by clicking to the left of it. Can I delete this Quick CSS code with the next update? Best regards Andreas

    #1483984

    Hi,
    Thank you for your patience, try removing the css above and add this instead:

    #top #menu-item-search a {
    	z-index: 1;
      position: relative;
    }

    Best regards,
    Mike

    #1484244

    That’s better. It’s not centered, but it works “mouse-over”. Thank you. Andreas

    #1484298

    Hi,

    Please try this instead:

    #top #menu-item-search a {
      z-index: 1;
      position: relative;
      padding-right: 10px;
    }

    Best regards,
    Rikard

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