Change caption location from centre of image to bottom of image

I want it like the second image Or like the first image but then the lentils text only when I hover over the image.

Iam using debutify and this is the gallery section.

For mobile I use the Logo section but there it is not possible to add any caption. So any help for that would be perfect. I use the logo section because of the layout.

Thanks in advance I have 1000 products to add and iam giving up slowly :disappointed_face:

Hello,
you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Please Share your store live url where you want to do modification, so that I will solve your issue here!

hello @jatt123

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

Hello sir,

thanks for your reply.

pw: Migratie

thanks in advance. See the mobile version also, there i want to place a caption.

I found something else. See the image above. My mobile menu gets cut of bij the announcement bar. Is there any option to give more space or overlay the announcementbar when opening the many?

hello @jatt123

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

#shopify-section-162672356930db26d9 .box .grid .grid__item .collection_grid-title{
    display: none;
}
#shopify-section-162672356930db26d9 .box .grid .grid__item:hover .collection_grid-title{
    display: block;
}
#shopify-section-162672356930db26d9 .box .grid .grid__item:hover .collection_grid-title {
    display: block;
}
#shopify-section-162672356930db26d9 .box .grid .grid__item .collection_grid-title {
    display: none;
}

Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid

Thank you very much, you guys made my day. Is it also possible for the mobile version to have a caption in the logo section.

So I want the caption under the image. I need a sort of schema i think.

Please someone reply if you guys have time?

So I want it for the mobile version also. The desktop version also instead of the hover and than see the caption. Sorry this will be my first site on shopify.

@jatt123

can you please sent gallery-section code so i will check and update

Thanks for your reply, I have decided to go with the smart menu app. so I have the icons with caption in the menu. Also for mobile.

@jatt123

ok

thanks for update if you have any issue let me know