Home Forums WoodMart support forum Sticky navbar on mobile uses wrong cart icon

Sticky navbar on mobile uses wrong cart icon

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

    Dakenmarkt
    Participant

    Hey again,

    on desktop we chose to show a cart icon instead of a bag icon, for the shopping cart as seen on these 3 places:
    Images

    However, on mobile, the bottom sticky navbar enabled in theme settings, shows the default bag-like icon:
    mobile sticky navbar

    Where would i go about changing this one? i don’t see the option in the theme settings where i enabled the bottom navbar.

    Thanks, and greetings,
    Koen

    #266783

    Hello,

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

    .woodmart-shopping-cart.woodmart-cart-alt .woodmart-cart-icon::before {
        content: "\f123";
        font-family: woodmart-font;
    }

    Best Regards

    #266892

    Dakenmarkt
    Participant

    Thanks, that was easy 🙂

    Any reason why this doesn’t sync with the toggle to change the other ones?
    the ones in my first screenshot where all just a single option in a menu i think.

    Anyway, thanks again

    #267064

    Hello,

    This navbar is easily changed with CSS. It has predefined icons and the option to add custom links.

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

    Best Regards

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