Home Forums WoodMart support forum Remove ‘Close’ from beside the X in Mobile Menu

Remove ‘Close’ from beside the X in Mobile Menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #704767

    suskadesign
    Participant

    Is it possible to remove the word ‘Close’ from beside the X ?
    I have tried alot with ChatGPT and its going crazy.

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Try to add this code in Theme Settings > Custom CSS > Custom CSS for mobile.

    .mobile-nav .close-side-widget a {
        font-size: 0;       /* hides the text */
    }
    
    .mobile-nav .close-side-widget a::before {
        font-size: 20px;    /* adjust to your X icon size */
    }

    Best Regards,

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