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

    Hallo Itst this possibilities:
    css:
    .sort-param-order, .sort-param-sort {
    display: none !important;
    }
    .product-sorting .currently-selected {
    display: none !important;
    }
    .product-sorting {
    display: none !important;

    or:
    .product-sorting .currently-selected {
    display: none !important;
    Then I test in function:
    function bbloomer_remove_default_sorting_storefront() {
    remove_action( ‘woocommerce_after_shop_loop’, ‘woocommerce_catalog_ordering’, 10 );
    remove_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_catalog_ordering’, 10 );
    }
    nothing worked….
    Thank You

    #1249013

    Hey DianaFuetterer,

    Could you please attach some screenshots of the issue?

    Which pages should we be looking at? I did not find any products.

    Best regards,
    Victoria

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