Hi community,
I am having trouble changing the copy (or removing entirely) the buttons on my ALL COLLECTIONS list. Guidance would be much appreciated!
Hi community,
I am having trouble changing the copy (or removing entirely) the buttons on my ALL COLLECTIONS list. Guidance would be much appreciated!
To remove just add this to base.css (or whatever the root css file is called)
.CollectionItem__Link Button { display: none!important; }