Tagged: extra elements, search icon, socket
Hello. I followed another post and got this working just fine for the Extra Elements area. The Search Icon that appears in the Socket is not working/styled properly however. If you click on the Search Icon in the Socket…you’ll see what I mean.
Thank you,
Ryan
Hey rlogan2334,
Thank you for using Enfold.
I’m not sure how useful a search icon in a footer can really be but try to add this in the Quick CSS field:
#socket .avia-search-tooltip.avia-tt {
margin-top: -100px;
}
#socket .social_bookmarks li {
position: relative;
}
Best regards,
Ismael
Agreed. I don’t want it there. Just needed the selector so I can display:none
Thanks!
Hi,
I see. Please use this instead:
#top #socket #menu-item-search {
display: none;
}
Best regards,
Ismael
All set. Thank you!