Hello,
If you’re referring to hiding the Close text under the Shopping Cart then please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.wd-action-btn.wd-style-text>a {
text-indent: -999px !important;
}
Then to make the X icon still appear and adjust its size, please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.wd-action-btn.wd-style-text>a:before {
text-indent: 0 !important;
font-size: 1.5em !important;
}
Hope this helps!
If we misunderstood you then please share some useful Screenshots related to your issue and also please share your Site WP-ADMIN Login details in the Private Content field so that we can check further and assist you accordingly.
Best Regards