• How do I make links to other sites have a different color? Because when changing the color, other internal links also change.

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

Viewing 16 replies (of 16 total)
  • Use the plugin I mentioned in my previous reply (wp external link plugin) above to change the color of external links and adding an icon next to the external link.

    After installing and activating the plugin go to Dashboard > wp external link > external link tab and add a css class – external-link (without dot).

    Now go to customize > custom CSS/JS and add the code below

    .external-link {
    color: red;
    }
Viewing 16 replies (of 16 total)
  • The topic ‘How to change the color of links to other sites’ is closed to new replies.