How to re-adjust texts and positions in Collection List - Publisher Theme

URL: https://jsdqft-gs.myshopify.com/

How do I set:

  • EVENING GOWN to center
  • Tittle underneaths product images
  • Get the arrows out

Hi @randytheasian

  • EVENING GOWN to center (it looks like you alreadt center it.)
  • Tittle underneaths product images
  • Get the arrows out

Try the code below for other changes.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.collection-list__item .card__content {
    position: static !important;
    }

.collection-list__item .card .icon-wrap {
    display: none;
}

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!

Is there a way to Show Vendor in Collection List Section?

That can be done by custom coding.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Could you provide me the code?

Hello,

This also seems resolved now.

I’m sorry, but that requires edits to your Liquid code.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!