[Support request] Style WooCommerce Product Search Field

Home Forums Support [Support request] Style WooCommerce Product Search Field

Home Forums Support Style WooCommerce Product Search Field

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

    Hi – hoping you can help me out.

    I’m using GeneratePress with a child theme and Elementor. I’m trying to style the WooCommerce Product Search Field in the header section of my site. I have provided a link to the development site below. The top search box is a standard search form, styled the way I would ideally like to style the product search field. The second search box is the standard product search field with the default styling. The options to style the product search field using Elementor are extremely limited.
    Could you advise on how I can style the product search field to look the same way I have styled the standard search form at the top?

    Thanks!

    #1321110
    Leo
    Staff
    Customer Support

    Hi there,

    Most of the style of the second search field is all coming from the WooCommerce Product Search plugin itself.

    The theme does control the color of the border which you can change with this CSS:

    .product-search input[type="text"] {
        border-color: #000000;
        border-radius: 5px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.