Home Forums WoodMart support forum How to Add ‘Shop/Market Store’ Icon to Mobile Header Next to Logo and Menu?

How to Add ‘Shop/Market Store’ Icon to Mobile Header Next to Logo and Menu?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #640657

    TadejStr
    Participant

    Hello,

    How can I add a ‘shop/market store’ icon to the mobile header (the main navigation at the top, not the one at the bottom), next to the logo and hamburger menu?

    Currently, I’m using a text/HTML element with a simple text link “Shop,” but I would prefer an icon to match the other icons in the header menu, such as account and cart.

    Best regards,
    Tadej

    #640803

    Luke Nielsen
    Keymaster

    Hello,

    Is there any chance that you could give me access to the dashboard area so I can check the settings there?

    Thank you in advance.

    Kind Regards

    #640976

    TadejStr
    Participant

    Hello,

    I got it working using a “Text/HTML” element.

    HTML code:

    <div class="wd-toolbar-shop">
        <a href="/online-shop/">
            <span class="wd-tools-icon"></span>
        </a>
    </div>

    CSS code:

    .wd-toolbar-shop .wd-tools-icon:before {
        content: "\f146";
        font-family: "woodmart-font";
        font-size: 20px;
        padding: 0 5px;
    }

    Issue resolved.

    Best regards,
    Tadej

    • This reply was modified 3 hours, 34 minutes ago by TadejStr.
Viewing 3 posts - 1 through 3 (of 3 total)