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.
Yes , is it possible to change into black color font?
@Jeriel2
Send me your store URL so,
I can solve it.
Thank You.
Password : laki
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!
Thank you Lord ! @dmwwebartisan
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.

