How Can I Hide Popup Title Completely?

hi how can hide title area for popup box ,iam using cm-dialog-opener cm-dialog-auto-size classes, cant find any css code for hide title?

which pop up do you ask about

does this help

https://forum.cs-cart.com/topic/45459-popup-window-title/

login popup box ? only

What about X (close) icon which is located in the title?

i fix my code, X (close) added with click(function

i fix my code, X (close) added with click(function


What theme do you use?

Uni2

Try

.ui-dialog .ui-dialog-titlebar {
    display: none;
}