Update @shahrozbabar5
I’ve updated my theme code, but it still not showing :(, please let me know what I did wrong and how can i fix it. Thank you
on CSS base
/* product page bomber section image_with_text_87axeJ overflow z-index. */
.image_with_text_87axeJ{
position: absolute !important;
top: -20px !important;
left: 0;
width: 100%;
z-index: 10 !important;
height: auto !important;
overflow-x: visible !important;
}
and on the template code of my product page for the section above and section below
“rich_text_GFV6Bx”: {
“type”: “rich-text”,
“blocks”: {
“heading_Cx6DKj”: {
“type”: “heading”,
“settings”: {
“heading”: “{{ product.title }}</strong>”,
“heading_size”: “h1”
}
}
},
“block_order”: [
“heading_Cx6DKj”
],
“custom_css”: [
“.image-with-text {position: relative; overflow: visible;}”
],
“settings”: {
“desktop_content_position”: “center”,
“content_alignment”: “center”,
“color_scheme”: “”,
“full_width”: true,
“padding_top”: 40,
“padding_bottom”: 40
}
},
“image_with_text_87axeJ”: {
“type”: “image-with-text”,
“blocks”: {
“caption_8CVJ4T”: {
“type”: “caption”,
“settings”: {
“caption”: “Add a tagline”,
“text_style”: “caption-with-letter-spacing”,
“text_size”: “medium”
}
},
“heading_A8t6Qr”: {
“type”: “heading”,
“settings”: {
“heading”: “Image with text”,
“heading_size”: “h1”
}
},
“text_MnCQ7W”: {
“type”: “text”,
“settings”: {
“text”: “
Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.</p>”,
“text_style”: “body”
}
}
},
“block_order”: [
“caption_8CVJ4T”,
“heading_A8t6Qr”,
“text_MnCQ7W”
],
“custom_css”: [
“.background-transparent {border: none; box-shadow: none;}”,
“.color-background-2 {background-color: #000000; color: #ffffff;}”,
“.h1 {color: #ffffff;}”,
“.image-with-text {position: relative; overflow: visible;}”,
“.image-with-text img {position: absolute; top: -20px; left: 0; width: 100%; z-index: 10; height: auto;}”,
“.image_with_text_87axeJ{position: relative !important;z-index: 10 !important;}”
],
“settings”: {
“image”: “shopify://shop_images/JVCMX-N122B_1_copy_da77bd92-28a6-4343-ab63-43d31406be83_copy.png”,
“height”: “adapt”,
“desktop_image_width”: “medium”,
“layout”: “text_first”,
“desktop_content_position”: “top”,
“desktop_content_alignment”: “left”,
“content_layout”: “no-overlap”,
“section_color_scheme”: “background-2”,
“color_scheme”: “background-2”,
“image_behavior”: “none”,
“mobile_content_alignment”: “left”,
“padding_top”: 0,
“padding_bottom”: 20
}