Home Forums WoodMart support forum Regarding icons

Regarding icons

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

    iakshat05
    Participant

    Hello,

    Can you please help me with the class names for icons? Do you have any list? If I add font awesome icon above the anchor tag then it works but if I add any icon inside anchor tag then it don’t. It would be great if you can help me out with replacing this icon any any icon similar to fa fa-eye, because I have changed it to view product using action hook.

    Thanks

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

    Hello,

    In order to change the icon try to configure this selector:

    .woodmart-buttons .woodmart-add-btn>a:before {
        content: "\f11d";
        font-family: woodmart-font;
        font-size: 21px;
    }

    You need to replace font family and icon code. Icon code is taken here https://fontawesome.com/v4.7.0/icons/ enter the icon and find code like this “f11d”

    Best Regards

Tagged: 

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