Hi,
I’m using the Swift Page Builder. I’ve selected the “Team” element.
Then, I configured them (Display type, etc.).
But I want to change the HTML generated in my page.
More specifically, I would like to change the HTML generated for the picture of team members. Actually, it’s :
<figure class="animated-overlay"><img itemprop="image" src="http://mypicture.jpg" width="288" height="360" alt="My title"><figcaption class="team-standard-alt"><div class="thumb-info"></div></figcaption></figure>
It’s this specific part of generated code that I would change.