Please or Register to create posts and topics.

Double icon in input search field

Hi there,

I got the same icon in the input search field twice, how can remove it?

Thanks 🙂

 

Uploaded files:
  • Schermata-2018-01-06-alle-10.06.19.png

Hello bondweb,

I assume that the second item is auto-generated by your theme. Can you give me a link to your website so I can have a look at the forum? This would help me to find a workaround-fix for this.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

I think so, I tried removing a rule in theme css, without result

this is the link

https://www.digitaltrace.it/mobilecare

thanks 🙂

Here is a bugfix, which will be included in the next update:

https://github.com/Asgaros/asgaros-forum/commit/77318abfa2dfaafb0c26a697383c08dade15897b

Just add the following code to your themes style.css file:

#af-wrapper #forum-search input {
    background-image: none; /* comp */
}

 

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Thank you man 🙂 solved!

Glad to hear that its working! Sorry that I suddenly answered in german. Still a little bit sleepy. 😉

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!