• Resolved dp409

    (@dp409)


    Hi there. I’m running on multi-site, but I don’t want the indicator to show for any links between sites. I do see in your faq the note to add custom CSS

    .myclass .extlink sup:after {
    content:”;
    }

    I have not been able to get this to work. For example, if my site is mysite.com, and I have a daily.mysite.com multi-site, can I do something like this? Would I need a wildcard, or not?

    .myclass .extlink sup:after {
    content:’daily.mysite.com/*’;
    }

    Many thanks.

Viewing 1 replies (of 1 total)
  • Plugin Author cubecolour

    (@numeeja)

    Try using CSS rules as below:

    a[href^="https://daily.mysite.com"].extlink sup:after,
    a[href^="https://another.mysite.com"].extlink sup:after,
    a[href^="https://andanother.mysite.com"].extlink sup:after {
         content: '';
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Exclude Some URLs’ is closed to new replies.