Change title font size, presentation page

  • Author
    Posts
  • #29148
    Jo

    I am trying to change the font size of the titles in the TEXT areas of the presentation page but I cannot find where to do this? Can anyone help?

    #29154
    Guwi66

    Open: /wp-content/themes/nirvana/styles/style-frontpage.css

    open the css file with an editor >
    on line 449 you find the entry
    .
    .
    .
    >#front-text1 h2,
    #front-text2 h2,
    #front-text5 h2,
    #front-columns h2 {
    display: block;
    float: none;
    margin: 0px auto;
    font-size: 45px;
    line-height: 55px;
    clear: both;
    font-weight: 300;

    #29156
    Jo

    Thanks for that. Tried that and changed the font size on the .css file but it didn’t do anything.

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Change title font size, presentation page’ is closed to new replies.