Help:Citation Style 1/accessdate

Revision as of 14:33, 2 January 2022 by Richardpruen (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Some editors find accessdates distracting. To hide the accessdate, edit Special:MyPage/common.css:

span.reference-accessdate {
display: none;
}


To show a smaller access date:

span.reference-accessdate {
font-size:80%
}