Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #627280

    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

    #628536

    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

    #628538

    Agreed. I don’t want it there. Just needed the selector so I can display:none

    Thanks!

    #628745

    Hi,

    I see. Please use this instead:

    #top #socket #menu-item-search {
        display: none;
    }

    Best regards,
    Ismael

    #628867

    All set. Thank you!

    #630000

    Hi,

    Awesome. Let us know if you need anything else. :)

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Search Icon Next To Social Media Icons’ is closed to new replies.