I use the friggeri-cv class for creation of CV, and it creates the entries in .tex with the following code :
\section{Experience}
\begin{entrylist}
\entry
{Date}
{Function}
{Place}
{Description}
The problem is when I want to put the links in description with the form
\href{link}{nameOfLink}, it doesn't color the name of link, so it keeps to be black like the rest of the text. Even if I change the colorlinks property in
\hyperset.
I guess the colors of links are defined in the .cls class, but because I have no idea what exactly I should change to owerwrite current settings and make my links colorful.
Do you have any idea to how achieve that?
Thanks
\documentclassand the appropriate packages that sets up the problem. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem. – samcarter_is_at_topanswers.xyz Jun 18 '18 at 15:08