Hi, on this url type (search) https://www.orchidees-belle-etoile.fr/?s=test , the icon search don’t display correctly.
I’ve try with different method (htaccess, custom CSS) but I don’t found…
http://prntscr.com/rbk40j
If I turn off #searchsubmit, .avia_iconbox_title {
font-family: ‘amersn-webfont’ !important;
in my debug nav it work, but not with the custom css.
I think it’s avia css the problem ?
Do you have a solution for me ?
thanks !
Hey Luc,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
Hi,
Thanks for that. This CSS is likely causing that:
#searchsubmit, .avia_iconbox_title {
font-family: 'amersn-webfont' !important;
font-size: 1.2em !important;
}
I can’t see exactly where it’s coming from since you have file compression activate. Maybe you know where it’s added? If so then please try to remove this bit from your code:
#searchsubmit,
Best regards,
Rikard
Ok, I’ve understand… it was in the child theme css, scuses me… and thanks to have a look
Hi Luc,
So did you get it working for you or do you need more help?
Best regards,
Victoria
it’s ok for me, thanks a lot !