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

    Hey there,
    Hope you can help me (again :-)

    I’ve searched trough the topics already but I can’t find the right solution for my issues with woo commerce.
    I’m building a webshop with woo commerce but i want to get rid of the “sort by” and “display product” drop downs. Haw can I do that?
    Also I want to increase the number of related products (or at least show a whole product category) under a single product page.
    And at last … is there an option for adding some kind of “Continue Shopping Button” on the single product page? (for example next to the ad to chard button).

    Hope you can help me with these issues.

    Kindest regards,
    Harmen

    #277952

    Hi Harmen_Schrale!

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    .product-sorting {
    display: none !important;
    }

    For the second part you will need to ask that to the WooCommerce support forums as I’m not sure about that one.

    Regards,
    Devin

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.