Basically same question as this one, which has not been answered.
Base AwesomeCV highlights the first three characters of the section title string using the below code in the macro.
\def\@sectioncolor#1#2#3{%
\ifbool{acvSectionColorHighlight}{{\color{awesome}#1#2#3}}{#1#2#3}%
}
I would like it to highlight the first word, whatever the input is. So far I've been unable to get it to work, any help is appreciated!