How can I hide the favorites button in Wokiee theme?

Hi follow shopifiers,

Can you guys help me with this? I would like to hide the favorites button that’s on my collection pages.

I’ve tried several things, but nothing seems to work. Last things I’ve tried is putting this in the theme.css.liquid file. But that didn’t work as well

.tt-btn-wishlist { display: none; }

What am I doing wrong here?

Thanks!

@daisyweber ,

Please add this CSS to your theme

.tt-btn-wishlist { display: none !important;}

Thanks!

That worked! Thanks!