Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #443252

    Hi,
    i’m trying to put a woocommerce product search box in secondary menu. I didn’t know how to do it so i used a plugin (WooCommerce Menu Extension). The problem is that the search box has an <a> tag that makes it doesn’t work properly in some browsers (like firefox).

    ¿Is there a way to remove the <a> tag by code? or ¿Can you explain me some other option to put this search box without the plugin?

    Thanks and sorry for my english :)

    • This topic was modified 10 years, 5 months ago by Aidivalweb.
    #443885

    Hey Aidivalweb!

    It appears to be working fine. Is the problem the right border? If so then add this to your custom CSS to get rid of it.

    #menu-item-5424 {
      border-right: 0px !important;
    }

    Regards,
    Elliott

    • This reply was modified 10 years, 5 months ago by Elliott.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.