Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1478560

    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!

    #1478614

    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

    #1478639

    Hello Ismael,
    that did the trick! Many thanks for the quick and great support.

    Best regards

    #1478641

    Hi,

    Glad it worked! Let us know if you have more questions. Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘svg Search icon in top menu after update Enfold 7’ is closed to new replies.