![]() |
Admin 5/15/2020 |
I don't have an exact solution for this but I think this icon can be closed with the help of some CSS (display: none) or some Javascript. |
C
|
cristi 5/16/2020 |
css: button.close {display: none !important;} |
C
|
copper21 author 5/18/2020 |
css: button.close {display: none !important;}
|
W
|
WilliamBDevClub member 5/18/2020 |
That worked great, thank you. I added that CSS to the editor page. It seems that it took the "x" away from every popup in the project. Is there a way to have it just for that add page? Thank you again!
|