How can I add hover text to photos on my home page?

Hi ,

I am trying to add hover text in two photos in my home page , the problem is that the photes does have the hover effect but all I need is hover text… Is anyone that can help with this issue?? Thank you

I am attaching the code where I think I should to any change so someone can have a look ..

{% render 'home-masonry' %}

{% schema %}
{
“name”: “Masonry”,
“class”: “section-masonry”,
“max_blocks”: 6,
“settings”: [
{
“type”: “select”,
“id”: “layout”,
“label”: “Layout”,
“options”: [
{
“value”: “content-width”,
“label”: “Content width”
},
{
“value”: “full-width”,
“label”: “Full width”
}
],
“default”: “content-width”
},
{
“type”: “checkbox”,
“id”: “gutters”,
“label”: “Enable gutters”,
“default”: true
},
{
“type”: “checkbox”,
“id”: “hover”,
“label”: “Enable text hover”,
“default”: true
},
{
“type”: “checkbox”,
“id”: “hover-animation”,
“label”: “Enable hover animation”,
“default”: false
}
],
“blocks”: [
{
“type”: “image_feature”,
“name”: “Image feature”,
“settings”: [
{
“type”: “text”,
“id”: “title”,
“label”: “Heading”,
“default”: “Masonry feature”
},
{
“type”: “text”,
“id”: “subheading”,
“label”: “Subheading”,
“default”: “Showcase up to six features with overlaying text”
},
{
“type”: “url”,
“id”: “url”,
“label”: “Link”
},
{
“type”: “select”,
“id”: “color”,
“label”: “Text color”,
“options”: [
{
“value”: “white”,
“label”: “White”
},
{
“value”: “black”,
“label”: “Black”
}
],
“default”: “black”
},
{
“type”: “checkbox”,
“id”: “mobile”,
“label”: “Show on mobile”,
“default”: true
},
{
“type”: “image_picker”,
“id”: “image”,
“label”: “Image”,
“info”: “1400 x 640px recommended”
},
{
“type”: “header”,
“content”: “Overlay”
},
{
“type”: “checkbox”,
“id”: “show_overlay”,
“label”: “Show overlay”,
“default”: false
},
{
“type”: “color”,
“id”: “overlay_color”,
“label”: “Color”,
“default”: “#000000
},
{
“type”: “range”,
“id”: “opacity”,
“label”: “Opacity”,
“min”: 1,
“max”: 100,
“step”: 1,
“unit”: “%”,
“default”: 50
}
]
},

Can you please send the store URL and screenshot of the place where you want to add hover texts?