Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #722683

    Hello
    how can i turn of just on some sites the Sort buttons (Sortieren nach Standardsortierung, Klicken Sie um die Produkte in aufsteigender Reihenfolge zu sortieren Zeige 9 Produkte pro Seite)
    Regards raphael

    https://www.surfemotions.ch/snowkite/

    #722703

    Hey diotti,

    To selectively hide the sorting option please enable custom css class name http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Add a custom css class name “hide-sorting” to the color section inside which the sort options appear

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .hide-sorting .product-sorting {
       display:none;
    }

    Best regards,
    Vinay

    #722735

    thanks. in general i think i understand. but where i pud the hide-sorting class. i use the standard product-category page of woocommerce, so i dont made a color section…

    #722808

    Hi,

    Please add ” hide-sorting ” class name in the custom css class name option. (It will appear after enabling the option).

    Best regards,
    Vinay

    #722816

    Hello
    Yes, this works perfekt. But for the product-archive pages i dont have any page where i can add this. they are made by woocommerce..
    regards
    raphael

    #722862

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .single-product .product-sorting {
       display:none;
    }
    

    Best regards,
    Vinay

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