-
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 ![]()
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 ![]()
1 Like
Amazing. Itβs working as expected now ![]()
Thank you
1 Like
