Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #589611

    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

    pic

    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>

    pic

    Is there another way that i am missing?

    Thanks in advance.

    • This topic was modified 8 years, 2 months ago by mike.rav.
    #589814

    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

    #589825

    Hey,

    Added the page in private data. Though i dont understand how your link helps me.

    #589828

    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

    #589829

    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

    • This reply was modified 8 years, 2 months ago by Isakos-Soft.
    #589831

    Hi!


    @isakos-soft
    Thank you for your input :)

    Cheers!
    Yigit

    #589832

    Sweet! Cheers!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Megamenu Column title with icon and link’ is closed to new replies.