can i change the magnifiying glass in the header? (replace it by another image)
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;
}
Hi,
Let us know if you tried it and if it worked.
Best regards,
Basilis
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?