How to delete "Close" text next to the close button?
-
How to delete “Close” text next to the close button?
Where i can to delete code?
Check it.
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.cart-widget-side .wd-action-btn.wd-style-text>a {
font-size: 0px;
}
Regards.
Xtemos Studios.
Good! How to from login widget?
Hello,
Please try adding the following Custom CSS for that.
.login-form-side .wd-action-btn.wd-style-text>a {
font-size: 0;
}
Regards.
Xtemos Studios.