Before you ask please READ THIS

How to change size of Hello Text in homepage

edited October 2012 in Airlock Posts: 1
Hi !

I just want to know how to change the size of hello text in home page.
I wanna scale to h2 or h3.
h1 is too big for me.

Is it possibile ? Can you help me please ? :D

Greatings

Thank you

F
Post edited by charmenoir on

Comments

  • AirAir
    Posts: 10,970
    Hello

    Easiest way to do this will be to change CSS. Go to
    airlock/common/css/style-light.css line ~888 (in dark version ~904)
    find:

    .front-page h1.hello-text {
    border-bottom: 1px solid #404040;
    color: #D7D7D7;
    line-height: 1.1em;
    margin: 0 0 30px;
    padding-bottom: 40px;
    }
    and change it to:

    .front-page h1.hello-text {
    border-bottom: 1px solid #404040;
    color: #D7D7D7;
    font-size: 36px;
    line-height: 1.1em;
    margin: 0 0 30px;
    padding-bottom: 40px;
    }
    and change 36px to size you desire.

    With regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion