Powered by Vanilla!
Changing header font size of picture names in the gallery
  • Sorry, it´s probably a real newbie question, but how and in which file (and line), can I change the header font size in the gallery section of this template, which is by the way great. I have done it before (in another template), but thought, it´s better to ask again, before I break anything. Thanks!
  • Hi ArtRM,

    To modify that font size see the css declaration:

    div.contrast.top h1 {
    font-size: 60px;
    letter-spacing: -1px;
    line-height: 1;
    margin: 10px 0;
    }


    at around line 364 of style.css.
  • Great, thank you so much!
    It worked very well. I really appreciate your help!