Tagged: search icon, wpml
Hi Support,
on our Website the searchicon is gone on search icon box. It´s okay on german website but it doesn´t exist on english website. How can we get this?
Please loot the Screenshot: https://snipboard.io/saDYyE.jpg
Best regards!
Tobias
Hey Tobias,
Thank you for the inquiry.
The search icon is not displaying because of this css modification.
h1, h2, h3, h4, h5, h6, input, div, p, #top .title_container .main-title, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font, .av-current-sort-title, .html_elegant-blog #top .minor-meta {
font-family: 'robotolight', 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
font-weight: 300;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
It sets the font-family of the input tag including the search field to ‘robotolight’ instead of the ‘entypo-fontello’. Please make sure reset the font-family back to default.
#top .menu-item-search-dropdown > a, #searchform #searchsubmit, .av_ajax_search_image, .iconfont {
font-family: 'entypo-fontello';
}
Best regards,
Ismael
Hi Ismael,
your are right – sorry i don´t see the css conflict!
Thanks a lot!
Hi,
Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Thanks Rikard!
Best, Tobias
Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike