• Resolved Ivo

    (@ivokruchten)


    Hi,

    we are working on the web accessibility of our website and we noticed that the outline of the TOC elements is not working.

    Could you please remove this from the CSS, as we cannot override it with our own CSS:

    .wpj-jtoc–item .wpj-jtoc–item-content>a {
    outline: 0!important;
    }

    Thanks in advance,
    Best of regards,
    Ivo

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WPJoli

    (@wpjoli)

    Hi,

    I will see what I can do so that this can be overridable.

    What you can do however, is make a new CSS rule with a higher specificity.

    For example, you can try this custom CSS (you have to replace the class in bold with the corresponding class on your website):

    .your-post-wrapper-class .wpj-jtoc–item .wpj-jtoc–item-content>a {
    outline: 0!important;
    }

    This trick should normally override the built in css.

    Cheers !

    Plugin Author WPJoli

    (@wpjoli)

    I will mark this topic as resolved

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove outline CSS !important’ is closed to new replies.