Photo Gallery - Remove Heading

  • How to remove Heading of the Gallery in the HTML Embed code?

  • and, how to reduce the border size of the widget?

Hello @Chandra_Bo :slightly_smiling_face:

You can remove the Heading by deleting its text on the Layout tab:

And the paddings can be removed using this CSS code:

.es-embed-root {
padding: 0;
}

It should be inserted into the Style β†’ Custom CSS section.

Let me know if the modifications were to your liking :raising_hands:

1 Like

Amazing. It’s working as expected now :slight_smile:

Thank you

1 Like