how can I change font sizes in the Appspro template?

Create fresh and professional look of personal or blog websites with AppsPro Tech
GK User
Tue Jun 05, 2012 4:10 pm
Hi,
I need to change font sizes in the Appspro tech temlate.
what code would I use in the override.css file to change the font size of h1, h2 ,h3 etc.?
or should I use another approach for this?

thanks,

Hans
User avatar
Fresh Boarder

Konrad M
Tue Jun 05, 2012 4:53 pm
Hi,
please add to override.css
Code: Select all
h1 {
   font-size: 56px;
}

h2,.componentheading {
   font-size: 42px;
}

h3 {
   font-size: 135%;
}

h4 {
   font-size: 125%;
}

h5 {
   font-size: 100%;
}


and decrease or increase values to fit your needs. Remember to enable override.css option in template settings.
User avatar

GK User
Sun Jun 10, 2012 11:46 pm
Hi and thanks for the reply.

I have another qusetion,

up on submission of a email form, I get a message at the top of the page saying the email was sent successfully (as shown in the attached screenshot).

I think it looks strange, is it supposed to look like that?

If so, can I then disable the message?

the website is http://www.pusl.is
You can see better what I mean if you fill out and send the form, translation of required fields is;
name
phone
email
text


thanks,

hans
User avatar
Fresh Boarder

GK User
Sun Jun 10, 2012 11:55 pm
this is the image missing from my last post.

Image
User avatar
Fresh Boarder

Konrad M
Tue Jun 12, 2012 8:45 am
Yes it is normal for this template. This is module position for system messages. You can try remove this module in source code but I don't advise it becasue you won't be able to see other system messages.
User avatar


cron