Custom Collection with Tiles buttons

Hello all, I want to chance button style on custom collections but i wasnt able to find the right way to implement CSS to do this.

I manage to change font, color etc, but not the style itself.

You need to set a CSS class in the button :

And then add a custom class in the app Settings => Appearance => Custom CSS :

What exact style do you want to adjust?

I want to make this:

But with Tiles button like this:

The problem is that I want to use horizontal scrolling, not available on custom collection. But Card collection doesnt allow me to change button style.

I’ve changed CSS to allow horizontal nav on custom collection but I’ve had problems with the responsive “card size” making the design experience inconsistent.

So i thought that using card collection and change button style would be the easiest way to solve that. Makes sense?

Sounds good to me. Have you tried inspecting the button style in the 2nd screenshot, copy their CSS declarations and assign that to the “card collection” buttons?