test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • voonchung Friend
    #1047320

    Hi Support,

    How do i insert own icon image under Megamenu configuration >> item configuration >> icon to have my own image displayed instead of using those from ionic icons or font awesome?

    Please advice.


    1. Capture1
    Pankaj Sharma Moderator
    #1047456

    Hi
    Megamenu does not have option to add image.
    Hi

    To change font-awesome icons with your icon you should change css file

    You can override the fontawesome icon code in custom.css

    Example :

    
    .fa-bookmark:before { content: "f02e"; }

    change it to :

    
    .fa-bookmark:before { content: url("/images/ico/dep-test.png");

    Hope it helps.

    Regards

    voonchung Friend
    #1047513
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1047519

    Hi
    For example, you added icon http://fontawesome.io/icon/home/
    in the menu from font-awesome
    fa fa-home

    Add this code in custom.css

    .fa-home:before 
    { content: url("/images/ico/dep-test.png");
    }

    change the /images/ico/dep-test.png path with your image path.

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

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum