ResolvedChange menu icons

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23596
    xfox
    Participant

    Hello, is it possible that you make a post on how to change the icons of the second menu where the hamburger icons are shown for more personal ones?

    http://prntscr.com/szss17

    I take care of anything that happens with my site but I see something very important that they make a guide to change that since in my case the theme is super powerful but those icons do not work for my site

    As I say, everyone is responsible for doing it or not, just please say the steps to change them

    thank you in advance
    regards

    #23597
    xfox
    Participant

    it is possible that you tell me how I have to put the code of a flaticon icon

    #23598
    xfox
    Participant

    or how can I place Font Awesome icons to use it on my site?

    #23917
    Althemist
    Keymaster

    Hello xfox,

    Unfortnately you can’t just add new icon families and use them via admin. The only reasonable option would be to add the icons with pure CSS.

    It would be easier with FontAwesome as it’s always loaded because of the WP Bakery Page Builder plugin. Just don’t assign icons to menu items in admin and do it with CSS. You’d need to get the link ID and use a similar CSS:

    li.menu-item-6590 > a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f007";
    font-size: 14px;
    }

    Hope this helps.

    Regards,
    Dimitar

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register