• Hello Paul, thank you for a nice plugin.

    I’m using Twenty Fourteen, which has white as default link color, but when the background is white it is not very wise…

    I have added a:link {somecolor} to the css, but that changes ALL of my links.

    How can I control the links in the author box exclusively?

    For now, I have just changed my background color, but I would prefer to change the link color.

    Here’s my site

    Thanks,

    Lars

    https://www.ads-software.com/plugins/author-avatars/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Paul Bearne

    (@pbearne)

    try
    .shortcode-show-avatar a:link {somecolor} // for short code

    .author-list a:link {somecolor} // for widgets

    paul

    Thread Starter Lars Henriksen

    (@adjunkten)

    Thank you for answering so quickly!

    I tried

    .author-list a:link {black} but link styles is still inherited…

    I’m using widgets on pages – maybe shortcode is better.

    Plugin Author Paul Bearne

    (@pbearne)

    the CSS is

    .author-list a:link,.author-list a:hover,.author-list a:active,.author-list a:visited {color:black}

    I have added the state as well

    Thread Starter Lars Henriksen

    (@adjunkten)

    .author-list a {
    color: something; }

    -this solved my problem!

    Thanks, Paul.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change link color?’ is closed to new replies.