Home Forums WoodMart support forum removing card icon in quick design mode in mobile verison

removing card icon in quick design mode in mobile verison

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

    thenightfox91
    Participant

    Hi there, can you please help me out how to remove the card icon in Mobile version ?
    Look at the screen shoot what i mean : https://paste.pics/F4E0A

    #335061

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .wd-hover-quick .wd-add-btn {
        display: none;
    }

    Best Regards

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