How to create a category like this and it pop when i point the mouse in it

This is what i want to copy because mine look like these with not center title and arrow in it

Hi @josoneryx1890

Please share your store URL and password (if any) and also the name of the theme.

Also, the reference website URL.

here’s our store https://72d12c-be.myshopify.com/
and here’s the other one https://platinumkaraoke.com/

Paste this code in your base.css or custom CSS of the collection list section.

.full-unstyled-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card .icon-wrap {
  display: none;
}

Let me know if it’s worked by like and accept my solution.

Regards

Team_OSC

1 Like