• Resolved Harmario

    (@harmario)


    Hi!

    I was searching in this forum about how to remove the icon external link and I can′t find a relevant info to do that.

    Example: comparativaaspiradoras.net You will see in this website the icons in all the external links.

    How I can remove it?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
    1. Goto your themes folder ‘wp-content\themes\tiny-framework’
    2. Look for ‘style.css’
    3. Goto the end of ‘style.css’
    4. Add the following lines
    5. .fa-external-link{
        display: none !important;
      }

      Note: When you update the theme, this might be removed. You’ ll have to add again. The Theme Developer has given you no other option then this. You can also make a child theme.

    Thread Starter Harmario

    (@harmario)

    Hi Navneil!

    Thanks to reply me!

    I trying the way you told me but it doesn′t works…

    Thread Starter Harmario

    (@harmario)

    Yeah! I fix it! Thanks!

    You give the key to resolve it. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove icon external link?’ is closed to new replies.