Upgraded to WordPress 6.0 and have issues? Please check the hotfix which you need to apply.

Okay
  Public Ticket #2408165
Icons are not appearing
Closed

Comments

  • Vajr started the conversation

    Hi there,

    I have installed the theme on localhost and import the demo contents. Now everything is working just fine but the icons on various section are not appearing/showing itlelf. Please have a look on the attachments bellow and give me an idea what i am doing wrong here?

    Regards,

    Sourav D

  •  228
    Milingona replied

    Hi Sourav,

    To fix that please try to add the code below into Bakery > Custom Code > Custom CSS:

    .vu_tb-list > li.menu-item-has-children > a:after,
    .vu_main-menu > ul > li.menu-item-has-children > a:after,
    .vu_main-menu ul.sub-menu li.menu-item-has-children > a:after,
    .widget_nav_menu .menu > li > a:after,
    .vu_blog-post.vu_bp-type-link:before,
    .vu_blog-post.vu_bp-type-quote .vu_bp-quote:before,
    .vu_list-with-icon[data-font="FontAwesome"] li:before,
    .vu_dropdown:after,
    .woocommerce-product-search:after {
        font-family: "Font Awesome 5 Free" !important;
        font-weight: 900 !important;
    }
    .vu_latest-tweets ul li:before {
        font-family: "Font Awesome 5 Brands" !important;
        font-weight: 400 !important;
    }

    Kind regards,


    Milingona Support

    Follow on     Envato     Facebook     Twitter

  • Vajr replied

    it's working now. Thank you.

  •  228
    Milingona replied

    You're always welcome!


    Milingona Support

    Follow on     Envato     Facebook     Twitter