• Resolved Chigolo

    (@fitnsexy)


    Hi there,

    I think the plugin is really great. I would also like to mark my external links with icons, but I have the problem that iconsets are also marked with, but I don’t want that.

    I have both normal external links and exceptions. However, I would like to mark both. I. E. if I were to include the urls of the iconsets in the exceptions, then again I can no longer mark my other exceptions.

    Can I generally exclude the icons from labeling?

    It concerns the icons above the header at the top left.

    The page I need help with: [log in to see the link]

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

    (@talextech)

    Hi,

    Thank you for using WPEL!
    Unfortunately we don’t have an option for that specifically but this might work:
    The icons added by WPEL have the “.wpel-icon” class. So if you add the following CSS to your theme it should hide the wpel icons for the social icons in the header bar.

    .ast-header-social-wrap .wpel-icon {
        display: none !important;
    }
    Thread Starter Chigolo

    (@fitnsexy)

    Thx, it’s working! Can I also exclude individual widgets? And when, how? Perhaps it would be a suggestion for you to improve.

    Thread Starter Chigolo

    (@fitnsexy)

    Hi @talextech,

    do you have any further ideas or infos for me, please?

    Plugin Author Alexandru Tapuleasa

    (@talextech)

    Hi,

    Just use the same CSS approach wherever you want to hide the icons 😊

    [class/id of widget] .wpel-icon {
        display: none !important;
    }
    Thread Starter Chigolo

    (@fitnsexy)

    Thx!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Exclude icon sets from identification’ is closed to new replies.