Help:Citation Style 1/accessdate
Reference How-to about Citation Styles and Access dates
![]() | This help page is a how-to guide. It explains concepts or processes used by the Wikipedia community. It is not one of Wikipedia's policies or guidelines, and may reflect varying levels of consensus. |
Some editors find accessdates distracting. To hide the accessdate, edit Special:MyPage/common.css:
<syntaxhighlight lang="css"> span.reference-accessdate { display: none; } </syntaxhighlight>
To show a smaller access date:
<syntaxhighlight lang="css">
span.reference-accessdate {
font-size:80%
}
</syntaxhighlight>