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

Okay
  Public Ticket #2772241
Menu is not getting changed
Closed

Comments

  • Ferdous Ahmed started the conversation

    After importing "Main demo" content, when I'm trying to change main menu, it is not getting changed. I tried through both Appearance - Menu and Appearance - Customize option, but default imported menu is not getting changed. Please find attached snippet which is showing even after I changed through customization.

  •  225
    Milingona replied

    Hello Ferdous,

    In order to fix that please add the following code at 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