• Resolved shinigami8671

    (@shinigami8671)


    Hello everyone,
    I’m not very well informed about CSS and elements or whatnot so just needed some clarification.

    I have tried everything I found on google and through forums but it doesn’t seem to work for the plugin.

    If someone could give the exact CSS lines I can enter (will change color code accordingly) It’d be really appreciated.

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

    (@markoarula)

    Hi,

    if you want to change visited links while night mode is on just add this CSS to Dashboard->Appearance->Customize->Additional CSS:

    body.wp-night-mode-on a:visited {
        color: #ffffff;
        text-decoration: underline;
    }

    replace color value or add/remove underline.

    Best regards

Viewing 1 replies (of 1 total)

The topic ‘How to Change color of visited links’ is closed to new replies.