Home Forums WoodMart support forum Mobile Navbar Cart Icon isn’t respecting the icon defined in header cart widget

Mobile Navbar Cart Icon isn’t respecting the icon defined in header cart widget

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

    Jeriss Cloud Center
    Participant

    Dear,

    If you add a cart widget in the header with a selected icon, the cart widget in the mobile navbar isn’t respecting the icon selected in the header. It should respect that choice (unless you improve the mobile navbar to allow us to select the icon, which is currently not the case).

    Thanks
    Simon

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

    Hi,

    Go to WoodMart -> Header Builder -> Choose the Header – > Enter the Header settings in mobile section – >
    WoodMart theme provides the option to enable and configure the Mobile bottom navbar.choice of buttons to show in Mobile bottom navbar.

    There is the option to add three custom buttons with fields: Custom button URL, Custom button text, and option to upload a custom icon. https://ibb.co/mBJSd49
    https://xtemos.com/docs-topic/adding-menu-to-the-site/

    Best Regards.

    #449345

    Jeriss Cloud Center
    Participant

    Please check the screenshot of my initial post, you’ll see that the bottom navbar cart widget isn’t respecting the icon selected in the header mobile cart widget.

    #449407

    Hi,

    Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Custom CSS

    .wd-toolbar .wd-header-cart a .wd-tools-icon.wd-icon-alt:before {
       content: "\f105" !important;
       font-family: "woodmart-font";
    }

    Best Regards.

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