Font-size GK News-Pro

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
Fri Nov 30, 2012 3:50 pm
Reply with quote
Report this post
I want to change font-size for the title in a GK News-Pro module.
Where can this be found?
User avatar
Expert Boarder

Konrad M
Fri Nov 30, 2012 4:28 pm
Reply with quote
Report this post
Hi,
please try add to override.css
Code: Select all
.box .header {
font-size: 20px;
}

and decrease or increase this value to fit your needs. emember to enable override.css option in template settings.
User avatar

GK User
Fri Nov 30, 2012 4:34 pm
Reply with quote
Report this post
Is it possible to change font-size of article-title and date too?
User avatar
Expert Boarder

Konrad M
Fri Nov 30, 2012 4:35 pm
Reply with quote
Report this post
Would you like change it to in joomla or k2 article ?
User avatar

GK User
Fri Nov 30, 2012 4:37 pm
Reply with quote
Report this post
Joomla
User avatar
Expert Boarder

Konrad M
Mon Dec 03, 2012 11:19 am
Reply with quote
Report this post
To change size of title please add to override.css
Code: Select all
article header h1 {
font-size:46px;
}

and increase or decrease this value to fit your needs. To change date please add:
Code: Select all
article header li.created {
font-size:13px !important;
}

Remember to enable override.css option in template settings.
User avatar

GK User
Mon Dec 03, 2012 7:54 pm
Reply with quote
Report this post
Can you please explain how to do this for K2-articles too?
User avatar
Expert Boarder

Konrad M
Tue Dec 04, 2012 9:14 am
Reply with quote
Report this post
This is for K2 title:
Code: Select all
article.itemView header h1 {
font-size: 46px !important;
}

and for date:
Code: Select all
article.itemView header li.itemDate {
font-size: 13px!important;
}
User avatar

GK User
Wed Dec 26, 2012 12:28 pm
Reply with quote
Report this post
Code: Select all
article header h1 {
    font-size:46px;
    }


This code sets article header at 46px but only fot the article, not in a GK-News-pro4-module.
User avatar
Expert Boarder

Konrad M
Thu Dec 27, 2012 9:34 am
Reply with quote
Report this post
Please give me url to page with News Pro GK4 module.
User avatar

GK User
Thu Dec 27, 2012 9:37 am
Reply with quote
Report this post
Konrad M wrote:Please give me url to page with News Pro GK4 module.

The site isn't live yet. Only accessible by IP after changes in the host-file.
User avatar
Expert Boarder

Konrad M
Thu Dec 27, 2012 10:38 am
Reply with quote
Report this post
Unfortunetly without url I can't help you.
User avatar

GK User
Thu Dec 27, 2012 10:55 am
Reply with quote
Report this post
Correct me if I'm wrong but that code should be the same nomatter what the url is?
User avatar
Expert Boarder


cron