• Resolved wlaurito

    (@wlaurito)


    Hello guys!
    Is it possible to hide “Started by” and “Edited by” in the navigation which appears with /docs … without messing with the plugin core files?

Viewing 1 replies (of 1 total)
  • Plugin Author David Cavins

    (@dcavins)

    Sure, you can use CSS selectors to target those anchors by URL to hide them. Like:
    a[href$="docs/edited/"] { display: none; } and
    a[href$="docs/started/"] { display: none; }

Viewing 1 replies (of 1 total)
  • The topic ‘Hide Started By / Edited by’ is closed to new replies.