How can I center the text on my collection list image?

Hello, awesome people!!

on my home page at https://rdmalta.com

I have made a collection list , but I want the name/ text to be in the middle of the image instead of underneath.

Is it possible ? Maybe also to add a small button with shop now ?

It s my first site so if have some advice how to improve it let me know thanks .

@PeppePro02

yes, please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.collection-list .card__heading {
    text-align: center;
}

yes, if you need shop now button so please send collections list section

Thanks a lot , I will try the code later on .
This is my collection list . If you need more information let me know. I would like to have a main page like this one , so with the button on the middle Thanks .