Modal: Close Button without enabling title?

Is there a way to have a “Close” button on a modal without enabling “Modal Title”?

Yes, delete the text in the Title. You have to leave the title section enabled though as the close button resides in that section.

Thanks. Is there a way to style the background colour of the title? I see that I can adjust its padding independently of the body of the modal, but not its background colour.

I’m currently using a background stack and header stack combo at the top of my modal, at the expense of having a close button.

You could use Blacksmith to target the class associated with the Modal title area and style it that way.

That did the trick, thanks.

No problem at all. :blush: