How to make headers smaller in corp 2 with cufon?

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Mon Jun 14, 2010 5:53 pm
When using cufon font size 3 (template default)in corporate 2 template I get really nice body text size but way to big headers (titles). How can I make the headers smaller and keep size 3 on the rest of the text?

Any help will be highly appreciated.
User avatar
Fresh Boarder

teitbite
Tue Jun 15, 2010 12:30 pm
Hi

Please simply choose the value in css. Than probably clean the cache.
User avatar
Moderator

GK User
Wed Jun 16, 2010 11:05 am
Ty for replay. The problem with cufon is that I cant just edit css file:

.componentheading (line 96)
color:#6C6459;
font-size:240%;
font-weight:bold;

It uses something else which I haven't figure out where is.

If you could please pinpoint me to where to edit cufon fonts I would be forever greatfull :cheer:
User avatar
Fresh Boarder

teitbite
Wed Jun 16, 2010 2:40 pm
Hi

Please show me Your site and the exact place where You want this header smaller.
User avatar
Moderator

GK User
Thu Jun 17, 2010 12:58 pm
My site is off-line at the moment but I 'll attach print screen image to show you what I mean.

Ty for help :laugh: (All titles I would like to get smaller)
User avatar
Fresh Boarder

teitbite
Sun Jun 20, 2010 10:27 pm
Hi

Please try with adding this code at the end of template.css

Code: Select all
.contentheading {
font-size:170% !important;
}


do not forget to clear cache if changes won't show.
User avatar
Moderator

GK User
Mon Jun 21, 2010 9:11 am
Ty so much :laugh: ! I forgot about that trick. The problem is solved :cheer:
User avatar
Fresh Boarder


cron