Jump to content

Help talk:Reference display customization: Difference between revisions

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Content deleted Content added
{{WikiProject Help|class=NA|importance=mid}}
→‎Customization: new section
Line 1: Line 1:
{{WikiProject Help|class=NA|importance=mid}}
{{WikiProject Help|class=NA|importance=mid}}

== Customization ==

Can someone help me? I want to use the below code to remove brackets from references but it doesn't work at all. Every other change in the style of the references works well except this one:

<syntaxhighlight lang="css">
sup.reference a span {
display: none;
}
</syntaxhighlight>

-[[User:Yoosef Pooranvary|Yoosef]] ([[User talk:Yoosef Pooranvary|talk]]) 19:46, 20 July 2021 (UTC)

Revision as of 19:46, 20 July 2021

WikiProject iconWikipedia Help NA‑class Mid‑importance
WikiProject iconThis page is within the scope of the Wikipedia Help Project, a collaborative effort to improve Wikipedia's help documentation for readers and contributors. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks. To browse help related resources see the Help Menu or Help Directory. Or ask for help on your talk page and a volunteer will visit you there.
NAThis page does not require a rating on the project's quality scale.
MidThis page has been rated as Mid-importance on the project's importance scale.

Customization

Can someone help me? I want to use the below code to remove brackets from references but it doesn't work at all. Every other change in the style of the references works well except this one:

sup.reference a span {
  display: none;
}

-Yoosef (talk) 19:46, 20 July 2021 (UTC)[reply]