• Resolved coliberek1

    (@coliberek1)


    Hi,

    would it be possible to add a active or current class to the author link which is actually clicked ?

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

    (@wpkube)

    Hi @coliberek1

    I’m not 100% sure I understood what’s needed, there’s a CSS selector which targets links that the visitor already clicked before but not sure that’s what you meant.

    But if that is what you meant then you can use ( goes in WP admin > Appearance > Customize > Additional CSS ):

    .authors-list-item-link:visited {
        color: #hexcode;
    }

    Can you send over the URL to the website ( page where the plugin is used ), seeing it would help me better understand what’s needed.

Viewing 1 replies (of 1 total)
  • The topic ‘Active/Current class to clicked author’ is closed to new replies.