How to move collection title in the image?

Hello,

I want to move my collection title in the image instead of being at the bottom and also remove the arrow next to it. I have tried various suggestions, but I have not found one to work for me. My site is luxicy999.com

Thank you very much!

1 Like

@luxicy999

Please add the following CSS code to your assets/base.css bottom of the file.

#shopify-section-template--17327598698812__84f7b26d-0a16-4964-a842-ed35ea84b2e0 .full-unstyled-link {color: #fff !important;}
#shopify-section-template--17327598698812__84f7b26d-0a16-4964-a842-ed35ea84b2e0 .card__content {
    position: absolute !important;
    bottom: 0% !important;
    color: #fff !important;
    justify-content: center !important;
    text-align: center !important;
}
#shopify-section-template--17327598698812__84f7b26d-0a16-4964-a842-ed35ea84b2e0 .card .icon-wrap {display: none !important;}

Thanks!

Hello @luxicy999 ,

It’s GemPages support team and glad to support you today.

I would like to give you a recommendation to support you so kindly follow steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


For example,

If you require any further information, feel free to contact me.

Best regards,
GemPages Support Team

1 Like

It worked but I can’t click in the image to go to collection I can only click in the text. How can i make it so that when i click in the image it goes to the collection too?

and also i want to remove the arrow icon too

hello ,

do u find how to remove the arrow icon?