Home Forums WoodMart support forum Inventory icon

Inventory icon

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #335557

    Zellsaint
    Participant

    Hi,

    Could You tell me how can I change stock icon?

    Thanks

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

    Hello,

    It is possible to change the icons with custom CSS, what icon do you want to insert?

    Best Regards

    #335671

    Zellsaint
    Participant

    I would like to remove the icon, that is to say that it only had text.

    Although on the other hand, I would also like to know how to change the icon for future occasions, so if you can provide me with the two CSS codes, I would appreciate it.

    All the best

    #335808

    Hello,

    I will need to know which icon you would like to insert to provide you with the second code.

    Please add this code to the Theme Settings > Custom CSS > Global to hide the icon:

    p.stock::before {
        display: none;
    }

    Best Regards

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