Home Forums WoodMart support forum Hide Close Text

Hide Close Text

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #447445

    kiercordero
    Participant

    Hi! How can I hide the “Close” text beside the Close (X) button? If also I can adjust the size of the Close (X) button.

    #447622

    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

    #447695

    kiercordero
    Participant

    Thanks! It worked on desktop but not on tablet and mobile. I even tried placing it in Custom CSS for tablet and mobile which didn’t work.

    #447769

    Hello,

    Sorry to say but we have checked your Site for Tablet and Mobile view too, things were working fine too in this regard:

    Mobile view: https://snipboard.io/9wCDxn.jpg
    Tablet view: https://snipboard.io/NZCtap.jpg

    Please check back your Site after completely clearing the browser and server cache.

    Best Regards

    #538156

    Sven
    Participant

    Hello, I have the same problem. I would like the close text not to be displayed. Unfortunately the CSS code no longer works. Can someone please help me?

    #538367

    Hello,

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-heading .wd-action-btn.wd-style-text>a {
            text-indent: -999px !important;
    }
    .wd-action-btn.wd-style-text>a:before {
        text-indent: 0 !important;
        font-size: 1.5em !important;
    }

    Best Regards.

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