Hello,
I am wondering whether the following is possible, because i have been at it for 1 day and cant find a way to achieve this.
So i have a megamenu. My column titles have an icon on their left , using your tutorial video on how to add it. I want to add a link on the actual text of the column title. I am using the following as my title
[av_font_icon icon='ue801' font='megamenu' style='' caption='Accounts' link='' linktarget='' size='20px' position='left' color=''][/av_font_icon]Accounts
I tried adding an href inside but it pushes it down.
[av_font_icon icon='ue801' font='megamenu' style='' caption='Accounts' link='#' linktarget='' size='20px' position='left' color=''][/av_font_icon]<a href="#">Accounts</a>
Is there another way that i am missing?
Thanks in advance.
Hey george!
Can you please post the link to your website?
Also, please see – https://kriesi.at/support/topic/icons-for-megamenu-sub-menu/#post-582193
Best regards,
Yigit
Hey,
Added the page in private data. Though i dont understand how your link helps me.
Hi!
Please have your menu item linked and then add following code to Quick CSS in Enfold theme options under General Styling tab
#top #header .mega_menu_title a {
width: auto!important;
}
Best regards,
Yigit
Hello,
Put that code in Quick Css or Custom Css plugin.
.html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a {
display: inline-block !important;
}
Hope to help you
Sweet! Cheers!