How to delete collection, vendor and availability on the all product page?

Hello,

On my site on the assoritment page (link to all products) you see next to the filters, more filters with “collection, vendor and availability”.

I do not want these filters. How do I remove this second layer of filter?

I use Dawn theme.

https://jojo.nl/collections/all

password: meopey

Thanks a lot!

Greetings,

Peter

Hi @Mojkorico .

This is PageFly - Advanced Page Builder.

You can go to Online store => themes => actions => edit code and add this code on file base.css

div#gf-tree{
display: none;
}

Hope this answer helps.

Best Regards,

PageFly

Hello,

It helped partly.

Because it hides the section.

But the white space is still there.

Are you sure we need to do this by code? and it is not a setting somewhere?

Greetings,

Peter

The problem was the application “Smart product filters” by globosoftware. They changed the code. Removed the app and now it works again.

Gr, Peter