Hello, I am looking to edit the appearance of “Image with Text” section of a new landing page that I am creating. I don’t want to change the other pages, just this one. Is this possible?
Best - Andrew
Hello, I am looking to edit the appearance of “Image with Text” section of a new landing page that I am creating. I don’t want to change the other pages, just this one. Is this possible?
Best - Andrew
Hi @voodoodsn ,
What you can do is to add a liquid code inside the “image with text” liquid. This code will only call if the template page is landing-page. I assume you created a template for the said page
{% if template.suffix == "landing-page" %}
{% endif %}
Hi Made, Thanks…a little confused. I added the liquid code section but how would I change the button to a solid orange with white copy? Thanks again!