Icons

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #206203

    afarahani
    Participant

    1) Would you kindly let me know where you got the theme’s icon from?

    2) I undrestand that there are icons within the them that can be called using CSS code. But, is there any way to use those for menu and category icons too? Is the any image that shows all those icons with codes that helps with icon selection, instead of tial and error?

    #206225

    Hello,

    We suggest this source: https://www.flaticon.com/

    What menu do you mean? I will provide the manual to adding.

    Best Regards

    #206296

    afarahani
    Participant

    How can I change the cart icon into a list icon everywhere?

    #206337

    Hello,

    In order to change the icon in the header:

    Please navigate to Woodmart > Header builder http://prntscr.com/iyd2pe

    Choose the proper header type (your current) http://prntscr.com/iyd333

    Enter My account element: http://prntscr.com/iyd3h3 you will find the option to set the custom icons there.

    Take into consideration that there is also the mobile view of your header http://prntscr.com/iyd3v3 check all the elements there.

    As for the shopping cart icon in the product grid/page, find the free icon in https://fontawesome.com/ and provide the URL I will provide the custom CSS to change.

    Best Regards

    #206485

    afarahani
    Participant
    #206586

    Hello,

    Please provide the site URL. If your site is under construction, please provide the site admin access to the private area.

    Best Regards

    #206947

    afarahani
    Participant

    I am running a local wordpress on my computer. How can I give you access?

    #206990

    Hello,

    Which design have you set in the Theme Settings > Shop > Product styles?

    Best Regards

    #207048

    afarahani
    Participant

    I am using Electronics Demo with “Show summary on hover” for product Style in Shop.

    #207053

    Hello,

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

    body .woodmart-hover-base:not([class*=add-small]) .wd-bottom-actions .add-to-cart-loop:before {
      font-family: 'Font Awesome 5 Free';
      content: "\f0b1";
      font-weight: 900;
    }

    Make sure you have set “Always use” for FontAwsome in the Theme Settings > Performance > CSS.

    Best Regards

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