• Resolved webman20

    (@webman20)


    Hello,

    I have set my exceptions for external links separately and also assigned an icon for them. However, I would like that if external links are integrated into menus, the icon will not be displayed there.

    How can I deactivate this in the main menu, for example, so that only there no icon for external links is displayed, but otherwise it is.

    Thx in advance.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Alexandru Tapuleasa

    (@talextech)

    You can add a list of the links in the header to the Include external links by URL: option so they get treated as internal links.

    Or you can set up advanced link rules in WP Links PRO only for the links you wish to target ??

    Thread Starter webman20

    (@webman20)

    Thanks for the answer @talextech. However, I would like the links to be displayed exclusively in the menu without icons because I have integrated them elsewhere in the homepage and the icon should appear here in the content etc.

    It is therefore exclusively a matter of deactivating this in the menu and otherwise leaving the function unaffected.

    Isn’t there a way to do this?

    I got this code in my header par example. Can I use it for my menu and what do I have to enter?

    /* EXTERNAL LINK ICONS HEADER */
    .ast-header-social-wrap .wpel-icon {
        display: none !important;
    }
    Plugin Author Alexandru Tapuleasa

    (@talextech)

    Please post a link to your website so I can have a look ??

    Thread Starter webman20

    (@webman20)

    Plugin Author Alexandru Tapuleasa

    (@talextech)

    Try this:

    .main-navigation .wpel-icon.wpel-image{
     display:none !important;
    }
    Thread Starter webman20

    (@webman20)

    That’s it, thx!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Disabling the icon in menus’ is closed to new replies.