Comments Graham Redfern started the conversationMarch 11, 2022 at 4:06pmHiTrying to put some simple css around the featured image in header of page. Created a widget with html code: {% if pages == false %} No items text {% else %} <div class="drop"> {{put_items()}}</div>{% endif %}and in Item HTML <ion-icon name='logo-apple'></ion-icon>( Using this to test code)I have five pages o my site, and I get 5 apple logos. How do I access the featured image for a single page ( the current ) page I'm on.Graham 1,194Amit repliedMarch 11, 2022 at 4:28pmhttps://www.loom.com/share/e2a06c20c40948dba296bbab75e818fa Sign in to reply ...
Hi
Trying to put some simple css around the featured image in header of page. Created a widget with html code:
{% if pages == false %}
No items text
{% else %}
<div class="drop">
{{put_items()}}
</div>
{% endif %}
and in Item HTML
<ion-icon name='logo-apple'></ion-icon>
( Using this to test code)
I have five pages o my site, and I get 5 apple logos. How do I access the featured image for a single page ( the current ) page I'm on.
Graham
https://www.loom.com/share/e2a06c20c40948dba296bbab75e818fa