I have tried to find a solution to a problem that I am having regarding the color of the citation numbers. Below is the code that I have used for the links, but the citation numbers are still green. I've tried many options without any success and I wanted to ask if anyone can tell me what I am missing. I want them (the citation numbers) to be black (or another color, blue is another option).
For the links in general:
\usepackage{hyperref}
\hypersetup{hidelinks,
backref=true,
pagebackref=true,
hyperindex=true,
breaklinks=true,
colorlinks=true,
urlcolor=blue,
bookmarks=true,
bookmarksopen=false,
pdftitle={Title},
pdfauthor={Author}}
and the outcome is in the screenshot
Cheers!

citecolor = black(orcitecolor = blue) to the argument of\hypersetup? – Mico Jul 14 '18 at 09:46\documentclassand ending with\end{document}and not just a fragment. Have fun with latex. – Bobyandbob Jul 14 '18 at 09:51