Hey team,
I am working on our Noma.com site and my subtext is not displaying on mobile and was wondering if someone can assist me with what code to add into our file?
Desktop:
Mobile:
I identified where my header text is from component-slideshow.liquid
but not sure what to add here.
{%- endif -%}
{% if block.settings.title != blank %}
##### {{block.settings.title}}
{% endif %}
Hello , @ctsimon
There are two different slideshows for desktop and mobile. So I think you didn’t put HTML code for subtext in mobile slideshow.
Hi @ctsimon ,
I checked and your slideshow is divided into 2, 1 display on desktop, 1 display on mobile and code on mobile without subtext. So can you send me the code of sections/slideshow.liquid file or component-slideshow.liquid file. I will check and guide you in detail.
Hi @ctsimon ,
Please send code of component-slideshow.liquid file. I need the code of the whole thing to be able to see the subtext variable.
Then I will guide you to add the code to display it.
Ex: subtext variable is subtext. Please add the code here: https://i.imgur.com/Oe8k4gU.png
{% if block.settings.subtext != blank %}
{{block.settings.subtext }}
{% endif %}
Hope it clear to you.