Archived topic
Icon missing
5 replies · Started by Matthias on August 29, 2022
Hi Team,
I have a strange issue with an icon beside the search icon.
Website is https://lanaprinzip.com
You can see it in the navigation bar.
and here is a screenshot/inspection: https://ibb.co/2vGTQs9
Thank you,
Matt
Hi Matthias,
Can you try temporarily disabling your caching mechanism? Let's us know once you've done so, an we'll recheck from our end.
Hi Fernando,
thank you for your help. WP Rocket is disabled now.
Best,
Matt
Hi there,
the digimember plugin is adding styles including those for the icon-search class which GP also uses.
Add this CSS to fix the issue:
.gp-icon.icon-search::before {
display: none;
}
Thank you David,
excellent, this did the trick!
Best,
Matt
Glad to hear that