Hi,
i want the banner image from my store to be included in my menu header section. currently it looks like this:
but i want it like this:
Goal: Make the header overlay the banner image (transparent header effect) in the Sense theme.
Proposed approach: Add two new theme settings inside the header.liquid schema (the settings configuration block for the header section):
Implementation detail: The helper provided the exact JSON-like entries and emphasized adding a trailing comma to avoid a syntax error. The OP initially pasted the code, encountered an error, and was advised to copy-paste the corrected snippet with the comma.
Notes:
Status: No confirmation that the fix worked yet; the helper also suggested continuing via private chat. The thread remains open/ongoing with the next step being to reinsert the corrected schema entries and test.
Hi,
i want the banner image from my store to be included in my menu header section. currently it looks like this:
but i want it like this:
Add this code in the header.liquid file under schema
{
"type": "checkbox",
"id": "enable_transparent-header",
"label": "Enable Transparent Header",
"default": false
},
{
"type": "text",
"id": "color-transparent",
"label": "Transparent Color"
}
Add this code in the header.liquid file under
@emirsalibasic after settings [
@mrashid_1 did i insert it wrong? i get an error:
{
"type": "checkbox",
"id": "enable_transparent-header",
"label": "Enable Transparent Header",
"default": false
},
{
"type": "text",
"id": "color-transparent",
"label": "Transparent Color"
},
please copy paste this. you need to add comma , at the end as well
@emirsalibasic or reach out on private chat . whats app thank you