Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1418069

    Hello – can i get CSS to disable the little arrow-box icons that apparently suggest an external link? Thank you.

    #1418072

    Hey,

    Please go to Enfold theme options > Advanced Styling, edit the Linked Image Overlay, and disable it ( https://i.imgur.com/3CsGvh4.png ).

    Best regards,
    Yigit

    #1418075

    thanks for the quick reply, yigit! doesn’t seem to be working for me. see link.

    #1418079

    Hi,

    I’m sorry, I thought you meant the arrow icon that shows up on linked images.

    This arrow is coming from the WP External Links plugin. You should be able to disable it in plugin settings. Please feel free to contact plugin authors if you cannot find the option.

    Or, you can add the following code to the bottom of the Quick CSS field in Enfold theme options > General Styling

    
    #top .wpel-icon {
      display: none;
    }
    

    Best regards,
    Yigit

    #1418082

    THANK YOU, brother! so sick of seeing those stupid icons. the CSS is perfect. the plugin requires an icon, how dumb.
    have a great day!

    #1418100

    Hi,

    The icon for external links may be for accessibility purposes but I’m not sure :)

    Let us know if you have any other questions and enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘CSS to remove arrow “external link” icons on all target=blank links’ is closed to new replies.