Tagged: search icon, svg, top menu
Since the update to Enfold 7 (i guess), the (fontello) svg-icon that displays the search in the top main menu (desktop view) is no longer visible (Enfold Theme Options ▸ Main Menu ▸ General ▸ Append search icon to main menu) The link works, only the magnifying glass icon is not displayed.
Do you have an idea?
Thanks!
Hey chrickel,
Thank you for the inquiry.
Please add this code in the Quick CSS field:
#top .menu-item-search-dropdown > a.avia-svg-icon svg:first-child, #top .menu-item-search-dropdown > a.avia-svg-icon img[is-svg-img="true"] {
width: auto;
height: 1em;
position: relative;
z-index: 1;
stroke: var(--enfold-header-color-color);
fill: var(--enfold-header-color-color);
}
Best regards,
Ismael
Hello Ismael,
that did the trick! Many thanks for the quick and great support.
Best regards