I wrote my thesis in a latex template, and it had the chem-acs style by default in the references. It is in spanish, and the problem is that it puts "y" when it shows the last author and shows all the authors of the article, and when I remove the last of them and put "and others", it puts "y col" (which means and colaborators, in spanish). I want to keep the same style of references (chem-acs), but instead of what I mentioned, I need it to show only the first three authors, and if there are more, to put et al, not y col. Also, I need to have an ampersand (&) instead of y before the last author. I already tried this answer and this one, but nothing works. This is the part of template regarding the references (in the .cls).
\usepackage[style = chem-acs, backend=biber, urldate=long,
dateabbrev=false]{biblatex}
\addbibresource{References/references.bib}
\renewcommand{\bibname}{References}
This is what I have in references.tex
\addcontentsline{toc}{chapter}{\protect \textbf{Referencias}}
\nocite{*}
\renewcommand{\bibname}{Referencias}
\printbibliography
I would be grateful if someone could help me
