Is it possible for the herotitle to remain visible?
This will turn off the cross for closing, but it will turn it off elsewhere, which is not a good method.
I try this
i.icon.fas.fa-times.Button-icon {
display: none;
}
Or this code ?
button.Hero-close.Button.Button--icon.Button--link.hasIcon {
display: none
}