-
AuthorPosts
-
December 18, 2017 at 10:44 pm #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
AadilDecember 19, 2017 at 7:12 am #890349Hey danielromanin,
Could you post a link to your site so that we can take a closer look please?
Best regards,
RikardDecember 19, 2017 at 7:00 pm #890586Hi Rikard,
Please find my website URL. Please check on mobile i need to replace > icon to + icon.
Looking for solution.
Regards
AadilDecember 20, 2017 at 11:17 am #890732Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.av-submenu-indicator:before { content:"+" !important; }
Best regards,
RikardDecember 20, 2017 at 9:22 pm #890928Hi Rikard,
This works awesome. Any chance we make + icon thicker?
Regards
AadilDecember 21, 2017 at 11:10 am #891076Hi,
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,
RikardDecember 21, 2017 at 7:22 pm #891286Hi Rikard,
It did not work but still thanks. That’s fine.
Regards
AadilDecember 21, 2017 at 7:48 pm #891313Hi,
Did you need further help, or shall we close this topic?
Best regards,
Jordan ShannonDecember 21, 2017 at 7:53 pm #891316If 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
AadilDecember 22, 2017 at 7:15 am #891491 -
AuthorPosts
- You must be logged in to reply to this topic.