Hello All.
I am not really familiar with HubL, I would like to validate input field for presence of text in the banner headder, if there is a text apply styling (transparent background) , if there is no render just a banner. Something like that in JaveScript:
const banner = document.getElementById("banner-text");
banner.children[0].textContent.length === 0 ?
banner.style.background = "none" : false;
The ide is: thre is a e-mail template and user is able to apply Default text, so I wish to have the sytle depend on presence of thxt or lack of it.
I would appreciat help.
Best regards.