Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #944872

    can i change the magnifiying glass in the header? (replace it by another image)

    #944972

    try this : you had to test width and height if this fits:

    #top .menu-item-search-dropdown > a:before {
        content: "";
        width: 40px;
        height: 40px;
        display: inline-block;
        vertical-align: middle;
        background: url(https://url-to-your-image.jpg) no-repeat center center;
        background-size: contain;
    }
    #945500

    Hi,

    Let us know if you tried it and if it worked.

    Best regards,
    Basilis

    #991540

    hello, sorry this answer took a while.
    well, its working i think… but the position i a little weird.
    moving it down a little would be nice.

    but the strange thins is: .as soon as i try to adjust things in the Enfold Child Quick CSS there isnt changing a thing…
    i dont use a cache plugin and i deleted my history in the browser….
    am i working in the wrong place?

    • This reply was modified 6 years, 3 months ago by yampieters.
    #991923

    Hi,

    Thanks for the update.

    It’s being pushed by the menu items. Try to adjust the padding of the menu item link.

    .av-main-nav>li>a {
        padding: 0 8px;
    }

    The specified background image doesn’t exist. (see private field)

    Best regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.