Lovely day. I am quite new to LaTeX but picking things up fast. One area which is confusing me greatly is getting my bibliography to work just how I like it.
I have settled on the agsm style and the natbib citation management issue, but there are still some issues.
The volume number of a journal is set in bold. (blue in pic) I want it to just be plain (un-bolded).
The journal titles have apostrophes around them. (red in pic) I want to get rid of the apostrophes.
This image added highlights these problems.

Lastly, for the electronic copy, I would like it so the journal identifiers (DOIs) are highlighted blue, so you can click on them and it takes you to the website of the journal article. (green in pic)
Help on any / all of the above would be greatly appreciated. I have searched online for about 8 hours and finally need to ask the lords of TeX.
Edit: This is my bibliography code so far I forgot to add:
\documentclass[11pt,a4paper]{report}
\usepackage[numbers]{natbib}
\renewcommand\harvardyearleft{\unskip, }
\renewcommand\harvardyearright[1]{.}
\bibliographystyle{agsm}
\usepackage{hyperref}
\begin{document}
\cite{ref1}
\bibliography{bibFile}
\end{document}
Note - that \renewcommand I found from this forum; it gets rid of brackets around the year field which I didn't want.
agsm.bstis housed. Then runtexhash(nottexthash). If you use MikTeX, you'll need to click on "Update FNDB" in the main "Settings" window. – Mico Aug 06 '12 at 11:47\bibliographystyle{agsm}in your texstudio and run it. then after change to\bibliographystyle{myagsm}then run it. It will work. – Jun 16 '16 at 17:00