liantze / AltaCV

Yet another alternative curriculum vitae/résumé class with LaTeX
Other
1.27k stars 331 forks source link

changing the title background color #44

Closed salama4 closed 4 years ago

salama4 commented 4 years ago

i.e how to make the color background of the title only different relative to the rest of document,

liantze commented 4 years ago

You will need to redefine \cvsection yourself. Something like

\renewcommand{\cvsection}[1]{%
  \bigskip\setlength{\fboxsep}{6pt}%
  \colorbox{heading}{\cvsectionfont\color{white}%
  \parbox{\linewidth}{#1}%
  }\par\medskip%
}

(Personally I don't quite like this style, as it can be visually too "heavy".)