[ad_1]
Plugin Author
WPJoli
(@wpjoli)
Hello,
Your CSS selector does not match anything because there is no “wpj-jtoc–jtoc-link-color-visited” class and that’s why it doesn’t work. Also, visited links require a pseudo class selector.
If you want to have control over visited links, you can use this custom CSS:
.wpj-jtoc--item .wpj-jtoc--item-content > a:visited {
color: red;
}Cheers !
