I have 2 sites that I have updated to 7.0 and after they are updated the search icon drops off. Can you let me know what I can do to make it show up again? Thanks, Renita
Hey renita01,
I can not reproduce this on my demo site, but your two sites have the search icon with a z-index of “-1”
this css seems to help:
#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"] {
z-index: 1;
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike