How to Remove Sort-by Dropdown Menu in Collections - Venture Theme

Hi,

I need help deleting the Sort-by Dropdown Menu in my collections in the Venture theme.

I saw some older posts in this forum, but those solutions aren’t working for me.

Thanks!

Hi @HumbertoDLG ,

Please share your store URL and if your store is password protected then please provide password too.
You can take a picture of the place you want to edit.

So that we can help you.

1 Like

Welcome to shopify community.

Please share your store URL and if your store is password protected then please provide password too.

Thank you.

1 Like

Hi! The URL is: https://www.climastockoutlet.com/

I’m attaching screenshot where the sort by dropdown is (“ordenar por” in spanish)

Thank you!

Hi! The URL is: https://www.climastockoutlet.com/

I’m attaching screenshot where the sort by dropdown is (“ordenar por” in spanish)

Thank you!

Please add below css in bottom of assets/theme.scss.css file

.collection-sort.boost-pfs-filter-top-sorting {
display: none;

}
Thank you.

Thank you!! That worked.