Debut theme : Want to change collection title under the picture

Is there any way to put the title of the collection under the picture?

Hii, @Jeriel2
Kindly share your store URL so,
I can solve it perfectly.
Thank You.

https://miloandneko.com/

Password : lavi

Thanks in advance!

Hii, @Jeriel2
Do you want to like this?

Thank You.

Yes , is it possible to change into black color font?

@Jeriel2

Yeas possible Please share your store URL

Thanks!

@Jeriel2
Send me your store URL so,
I can solve it.
Thank You.

https://miloandneko.com/

Password : laki

1 Like

@Jeriel2

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

@media only screen and (min-width: 750px){
.collection-grid {overflow: hidden !important;}
.collection-grid-item {margin-bottom: 55px !important;}
.collection-grid-item__title {
    padding: 0px 15px;
    top: 100% !important;
    margin-top: 10px !important;
    color: #000 !important;
    transform: none !important;

}
}

Thanks!

1 Like

Thank you Lord ! @dmwwebartisan

@Jeriel2

Solution for mobile

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

@media only screen and (max--width: 749px){
.collection-grid {overflow: hidden !important;}
.collection-grid-item {margin-bottom: 65px !important;}
.collection-grid-item__title {
    padding: 0px 15px;
    top: 100% !important;
    margin-top: 25px !important;
    color: #000 !important;
    transform: none !important;

}
}

Thanks!

Hello, the solution for desktop mode works great, I’ m so happy!

But I pasted the code for the mobile mode just after the desktop mode code and it’ s not working…

I mean the desktop mode work, but not the mobile one…

Can anyone help me? Do I did someting wrong? Check the pic below please.