• Hi,
    I would like to know how I can change the layout of the search results page for Woocommerce products.
    It only wants to show products with their image, title and price.
    Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @miguelonx,

    You would need custom code to do as such or a third party plugin. Are you simply trying to hide stuff like the star rating and the add to cart button?

    If so, here’s a CSS you may try adding through Appearance > Customize >Additional CSS:

    body.search.search-results.woocommerce .star-rating, body.search.search-results.woocommerce .add_to_cart_button {
        display: none;
    }

    Hope this helps!

    Thread Starter Miguelonx

    (@miguelonx)

    Good morning, Fernando.
    Thanks for you reply.
    I didn’t get what I needed with the CSS code you have provided me.
    Could you check it please.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to design the search engine result page for products’ is closed to new replies.