Font size Header I

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Jul 16, 2014 10:40 am
Reply with quote
Report this post
Hi,

where can i change the text "Hello! My name is John" font size in Headermodul I ?
Which css??

LG
User avatar
Fresh Boarder

teitbite
Wed Jul 16, 2014 12:09 pm
Reply with quote
Report this post
Hi

Please add this to override.css and make sure override is enabled in template settings.

Code: Select all
.gk-header2 h1 {
    color: #fff;
    font-size: 44px;
    font-weight: bold;
    letter-spacing: -1px;
}
User avatar
Moderator


cron