Change K2 size title

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
Thu Jul 04, 2013 9:48 am
Reply with quote
Report this post
Hi,

I would like to change the k2 article title, but i can found in the k2 css or style.css
Where i can change this value ?
Thanks.
User avatar
Gold Boarder

GK User
Thu Jul 04, 2013 9:52 am
Reply with quote
Report this post
Where exactly the size should be changed (single article, category list)?
User avatar
Moderator

GK User
Thu Jul 04, 2013 10:31 am
Reply with quote
Report this post
single article
User avatar
Gold Boarder

GK User
Thu Jul 04, 2013 2:55 pm
Reply with quote
Report this post
Please read first about adding custom CSS:
http://www.gavick.com/documentation/joo ... -template/

Use this css code:
Code: Select all
article header h1 {clear: both; line-height: 52px; font-size: 44px;}


Adjust line-height and font-size to your liking.
User avatar
Moderator

GK User
Fri Jul 05, 2013 11:18 am
Reply with quote
Report this post
No résult
This is my overide css :

body { background-image:url('http://antares.fr/templates/gk_magazine/images/style1/bg_antares.png'), url('http://antares.fr/templates/gk_magazine/images/style1/cream.jpg') ;
background-color:#ffffff;
background-repeat: no-repeat,repeat ;
}
.itemList article {
border: none !important;
margin-top: 0px !important;
padding-top: 0px !important;
}
article header {margin-top:0}
#gkBreadcrumb {margin-bottom:0;}

#gkMainbody .itemReadMore, #gkMainbody .readmore > a {
padding: 0 48px 0 8px;

article header h1 {clear: both; line-height: 32px; font-size: 24px;}
User avatar
Gold Boarder

GK User
Mon Jul 08, 2013 9:12 am
Reply with quote
Report this post
Could You post an url to your site?
User avatar
Moderator

GK User
Tue Jul 09, 2013 6:44 am
Reply with quote
Report this post
User avatar
Gold Boarder

GK User
Tue Jul 09, 2013 1:48 pm
Reply with quote
Report this post
What You are missing is:
Code: Select all
#gkMainbody .itemReadMore, #gkMainbody .readmore > a {
padding: 0 48px 0 8px;}

article header h1 {clear: both; line-height: 32px; font-size: 24px;}

closing } after 8px ;)
User avatar
Moderator

GK User
Tue Jul 09, 2013 3:11 pm
Reply with quote
Report this post
Nice,
Thanks.
User avatar
Gold Boarder


cron