-
Brigitte
Hi, if I enable the search icon under “Design/Customizer/Primary Navigation – Enable navigation search modal” it is shown twice. How to solve that?
Thanks!
-
Hi there,
Can you go to customize > general, and change icon type from
font
tosvg
? -
Brigitte
Hi there,
the icon type IS svg! If I change it to font, both magnifying glasses are gone.
-
Brigitte
It seems to be a problem together with Beaver Builder. If I go to
Settings – Beaver Builder – Fontello and activate it, I have the double glass.
Is there any solution to avoid that? -
David
Hi there,
the issue arises becuase Fontello adds fonts using CSS, and they automatically load all the fonts, including the one for the
icon-search
class, which is a CSS Class that GP also uses for its search icon…To stop fontello from effecting GPs search, add this CSS:
.gp-icon.icon-search:before { content: none; }
-
Brigitte
Thanks!!! Worked! 👍
-
David
Glad to hear that
- You must be logged in to reply to this topic.