Home › Forums › WoodMart support forum › Hide Close Text
Hide Close Text
- This topic has 5 replies, 3 voices, and was last updated 10 months, 1 week ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
March 1, 2023 at 5:33 pm #447445
kiercorderoParticipantHi! How can I hide the “Close” text beside the Close (X) button? If also I can adjust the size of the Close (X) button.
March 2, 2023 at 10:20 am #447622
Aizaz Imtiaz AwanKeymasterHello,
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
March 2, 2023 at 1:43 pm #447695
kiercorderoParticipantThanks! 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.
March 2, 2023 at 4:41 pm #447769
Aizaz Imtiaz AwanKeymasterHello,
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.jpgPlease check back your Site after completely clearing the browser and server cache.
Best Regards
February 8, 2024 at 6:49 pm #538156
SvenParticipantHello, 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?
February 9, 2024 at 1:26 pm #538367
Aizaz Imtiaz AwanKeymasterHello,
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.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register