I use texmake with Windows 8. Everything working except parentheses color of citation is not changing to blue.
\documentclass{article}
\usepackage[colorlinks, citecolor=blue]{hyperref}
\usepackage{apacite}
\begin{document}
\section{Intro}
This is cold \cite <see e.g.>{admassu2019trade}
This is cold \citeA{admassu2019trade} as well as \citeA{anderson2003gravity}.
\bibliography{References}
\bibliographystyle{apacite}
\end{document}
\cite{Jones,Smith}which is rendered as (Jones, 2001; Smith, 1995) for example, then the parentheses do not really belong to either citation. If you just mean 'make them blue, but not part of the link' then it would be a bit easier, but that is probably not what you want? – Marijn Jul 26 '20 at 17:06\renewcommand{\BBOP}{\textcolor{blue}{(}}\renewcommand{\BBCP}{\textcolor{blue}{)}}after\begin{document}) but it looks strange for the first citation because see e.g. is not blue. – Marijn Jul 26 '20 at 18:44.auxfile it may help to delete that file manually in your file manager, then LaTeX will recreate it at the next run and load it at the run after that. – Marijn Jul 27 '20 at 07:06