Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2174201
Theme Search
Closed

Comments

  •  2
    creoadmin started the conversation

    The theme search is not allowing the text input to be seen. Try searching something on this site. It is not appearing correctly.

    https://woodzgear.com/

    We have this code added to our custom CSS (you provided it for another one of our sites)

    .menu-item-search input#woocommerce-product-search-field-0 {
        font-size: 12px;
        padding: 5px 5px;
        width: 95%;
    }


  •  7,092
    Oliver replied

    Hi,

    Code example:

    .menu-item-search input[type="text"] {
        font-size: 15px;
        width: 100%;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    creoadmin replied

    THANKS!

  •  7,092
    Oliver replied

    Welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver