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

    Hi,

    I want to change Advanced Mobile Menu Toggle icon from > to + having black background with white color.

    I have tried this solution but did not work for me. I am using latest version of enfold 4.2

    add_filter(‘avf_default_icons’,’avia_replace_mobile_menu_icon’, 10, 1);

    function avia_replace_mobile_menu_icon($icons)
    {
    $icons[‘mobile_menu’] = array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue818’);
    return $icons;
    }

    Looking forward for solution.

    Thanks
    Aadil

    #890349

    Hey danielromanin,

    Could you post a link to your site so that we can take a closer look please?

    Best regards,
    Rikard

    #890586

    Hi Rikard,

    Please find my website URL. Please check on mobile i need to replace > icon to + icon.

    Looking for solution.

    Regards
    Aadil

    #890732

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .av-submenu-indicator:before {
      content:"+" !important;
    }

    Best regards,
    Rikard

    #890928

    Hi Rikard,

    This works awesome. Any chance we make + icon thicker?

    Regards
    Aadil

    #891076

    Hi,

    I’m not sure if it will work, but you can try this instead of what I posted previously:

    .av-submenu-indicator:before {
      content:"+" !important;
      font-weight:600;
    }

    Best regards,
    Rikard

    #891286

    Hi Rikard,

    It did not work but still thanks. That’s fine.

    Regards
    Aadil

    #891313

    Hi,

    Did you need further help, or shall we close this topic?

    Best regards,
    Jordan Shannon

    #891316

    If you could help with this i will be really glad jordan.

    I have shown Bandage dresses category in main menu. However its working fine on desktop and mobile both. But on mobile i see two “Bandage dresses” titles. I am using Mega menu on desktop. Also for “Everything else” category i see dublicate titles. Can we remove one and show only one?

    Please check my site on mobile version. It shows same title two times.

    Here is the issue screenshot : http://prntscr.com/hqm54x

    Thanks
    Aadil

    #891491

    Hi,

    I answered your last question in your other thread already. Please don’t post the same question more than once.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.