Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Changing size of font in Header in “Kakumei”.


chrishajer
Participant

@chrishajer

Find this block in your style.css:

.login {
position: absolute;
bottom: 31px;
left: 0;
font-weight: normal;
color: #444;
width: 100%;
z-index: 1;
font-size: 12px;
}

Change the font-size to something larger. You might have to move other things around to make room for the larger letters, but that will change the text you mentioned.

Skip to toolbar