Change Collection Display

Hello! I was wondering if anyone knows how to use CSS (and also knows where to paste the code) to bring the “Rings” collection up a bit higher so the big gap between the pendant and ring collection doesn’t look as bad.

Thanks!

Hi @SB50

Let try to add this Custom CSS code:

#collection-content-template--17803804803249__featured_collection_GiGyMJ .collection__view-all {
  display: none;
}

the result:

Same observation as @BiDeal-Discount – there is a white-on-white “view all products”.

I believe there must be an option in section settings to not show this element at all.

Otherwise – add this to the “Custom CSS” setting of this section:

.collection__view-all {
  display: none;
}

Hi @SB50

Try this.

.center .collection__view-all {
  display: none:
}