Add images to the tab element

Hi there,

we want to add images to the tab element (above the text).
In the Cornerstone view it works, but in the frontend view the picture does not show up.

What can we do to fix that?

Best
Lisa

Hi Lisa,

Thank you for reaching out. I tried adding an image in the Tabs element in my local setup and it works fine.

Cornerstone:

Front-end:

In the Rich Text editor use the image button to upload the image (see screenshot)

You can also switch to HTML editor and use image tag to add an image e.g:

<img src="http://your-image.png" alt="" />

Hope this helps!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.