Home Forums WoodMart support forum Change icon in Mobile Bottom Navbar

Change icon in Mobile Bottom Navbar

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #293679

    LambdaAutomotive
    Participant

    Hello again,

    For the Mobile Bottom Navbar, I would need to modify the cart icon. Currently the icon shown in screenshot sc1.PNG is displayed.

    I would like to show the icon that I show in the screenshot sc2.PNG

    How can I replace said icon?

    I am waiting for your answer.
    Thank you.

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

    Hello,

    Please send the link from FontAwesom resource or image URL, I will provide custom CSS

    Best Regards

    #293849

    LambdaAutomotive
    Participant

    content: “\f105”;
    ont-family: “woodmart-font”

    I need that icon for replace mobile bottom navbar.

    #293855

    LambdaAutomotive
    Participant

    I think that I’ve solved it.

    The code is:

    .wd-header-cart .wd-tools-icon.wd-icon-alt:before {
        content: "\f105";
        font-family: "woodmart-font";
    }
    #294109

    Hello,

    We are glad you have solved the issue.

    If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Change icon in Mobile Bottom Navbar’ is closed to new replies.