• Resolved icecube17

    (@icecube17)


    I want to remove the option to change the product order (sort by price, popularity…). Where is the setting for hide it? I don’t want that the users have the possibility to change the sort order because this cause some issues (in particular order by price).

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @icecube17

    Thanks for reaching out!

    I understand that you would like to remove the dropdown menu to order the products on your site.

    Please add the CSS code below under Appearance > Customize > Additional CSS:

    /* Hide sort dropdown menu in Shop Page */
    
    .orderby {
    	display: none; 
    }

    Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Hide/remove sort procut by’ is closed to new replies.