Disable close button

0
Hi, I am using pop up page. I need to show only Back button not default page close button so, How can can remove this close button as shown in below page?
asked
1 answers
1

There is no setting in Studio Pro in the page-properties for hiding the close button.

You would need to change your styling of that button by adding

display:none;

display:none;

to the styling of selector

.mx-window-header .close

Add this to custom.scss and generate the css.

answered