Home Forums WoodMart support forum how can I add icon to one individual menu in mobile?

how can I add icon to one individual menu in mobile?

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

    Juan Pablo
    Participant

    Hey,
    how can I add icon to one individual menu in mobile?

    I tried
    .menu-item-17065 .wd-tools-icon:before {
    content: “\f146”;
    font-family: “woodmart-font”;
    }

    as you mentioned in another thread , but it does not work.

    thanks

    #332403

    Hello,

    Please, provide your site admin access (insert the site credentials into the Private content block under the message area) and advise which item you want to add the icon to. As I understand you want to add this icon: content: “\f146”;

    Best Regards

    #332544

    Juan Pablo
    Participant

    Correct, i would like to use this icon -before- “shop” menu link on mobile.
    Check private message for admin credentials, thanks !

    #332723

    Juan Pablo
    Participant

    any update?

    #332767

    Hello,

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

    .wd-nav-mobile .menu-item-17065 .woodmart-nav-link:before {
    	content: "\f146";
    	font-family: "woodmart-font";
    	margin-right: 5px;
    	font-size: 12px;
    }

    Best Regards

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