Home Forums WoodMart support forum Where i can chanche the icon and translate the labels i

Where i can chanche the icon and translate the labels i

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

    erimusa11
    Participant

    hello i want change the labels and change the icons of menu on mobile mode https://prnt.sc/1y9k2a0 where is the opsion i have searched everywhere ?
    also i want to translate and that i cant find it

    https://prnt.sc/1y9k875

    #329516

    Hello,

    1) To translate the text you need to install and use the Loco Translate plugin.

    You can also watch the video in our detailed documentation in the following link: https://www.youtube.com/watch?v=D3NsDdMzsls

    2) To translate the labels you also need to use the loco translate plugin.

    To change the icons you need to use custom CSS.

    For home button:

    .wd-toolbar-shop .wd-tools-icon:before {
        content: "\f146";
        font-family: "woodmart-font";
    }

    For Wishlist button:

    .wd-toolbar .wd-header-wishlist .wd-tools-icon:before {
        content: "\f106";
        font-family: "woodmart-font";
    }

    For cart button:

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

    For My Account button:

    .wd-toolbar .wd-header-my-account .wd-tools-icon:before {
        content: "\f124";
        font-family: "woodmart-font";
    }

    Best Regards

    #329549

    erimusa11
    Participant

    i found the problem about the translate was a bug deleted the laguage and retransmitted it again than you for the icons

    #329571

    Hello,

    We are Glad that you loved our Theme and Support Staff. We wish you all the best.

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day :-)

    Topic Closed.
    Best Regards.

Tagged: 

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

The topic ‘Where i can chanche the icon and translate the labels i’ is closed to new replies.