Viewing 1 replies (of 1 total)
  • Plugin Author Stanislav Khromov

    (@khromov)

    Hi akcorcoran,

    You can make a CSS selector using the tag_title=”” argument.

    So if your shortcode looks like this:

    [email-obfuscate email="[email protected]" tag_title="Email Bob!"]

    You can modify its color with this CSS rule:

    a[title="Email Bob!"] {
        color: red !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Change color of the link’ is closed to new replies.