Home Forums WoodMart support forum How to delete "Close" text next to the close button?

How to delete "Close" text next to the close button?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #323294

    fineorganics
    Participant

    How to delete “Close” text next to the close button?
    Where i can to delete code?

    #323295

    fineorganics
    Participant

    Check it.

    Attachments:
    You must be logged in to view attached files.
    #323318

    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.

    #323487

    fineorganics
    Participant

    Good! How to from login widget?

    #323552

    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.

Viewing 5 posts - 1 through 5 (of 5 total)