Home Forums WoodMart support forum How to change the icon of the Mobile Bottom Navbar?

How to change the icon of the Mobile Bottom Navbar?

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

    Orange
    Participant

    Hi

    How can I change the cart icon from the bag to the cart?: https://prnt.sc/iEr7mlFuJ6ne > https://prnt.sc/nfinACYaLNNN

    #419171

    Luke Nielsen
    Member

    Hello,

    Please try to use the below code for changing the icon. Enter it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .wd-toolbar .wd-header-cart .wd-tools-icon.wd-icon-alt:before {
     content: "\f105";   
    }

    Don’t hesitate to let me know if you need any further help or any other info.

    Kind Regards

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