problem with headings and K2 articles

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 Jun 28, 2013 12:03 am
Reply with quote
Report this post
Hi i start a new thread on this one as i dont get reply to others. So my problem is the code you provided in overide.css didnt work at all
article header h1, .category header, article header h2 {
font-size: 38px;
}


, this is my url: http://karditsalive.net/mig2_5/ username: admin123456 pasw: 7l(aqC3P306x

Please provide imiadiat help on this one.

I also have a problem in the Data Source of the modules in front page of this templ . I cant make it show the last 20 from every category , i take no articles to show in module view..
thanks
User avatar
Junior Boarder

GK User
Fri Jun 28, 2013 8:01 am
Reply with quote
Report this post
I don't see this changes made to override.css. There is only:
Code: Select all
.article header h2 {
font-size: 8px;
}

in override.css.
User avatar
Moderator

GK User
Fri Jun 28, 2013 11:54 am
Reply with quote
Report this post
as you can see here , i allready did that and posted in as soon as i had negative result here: https://www.gavick.com/forums/news-joom ... 25951.html

I will now change again exactly the way you have advice as so i can convince you that i did it as you told us, so please check again..
Thanks
User avatar
Junior Boarder

GK User
Sat Jun 29, 2013 9:34 am
Reply with quote
Report this post
By using override.css, you have to turn on Override mode in your template configuration then the code will affect.
User avatar
Platinum Boarder

GK User
Sat Jun 29, 2013 9:59 am
Reply with quote
Report this post
@Don Lee - the override.css is already enabled on his site and working correctly.

@veronis - If You referring to headlines in gkTabs module, You can change the size with code:
Code: Select all
.nspArt h4.nspHeader {font-size: 16px;}


Again - add it at the bottom of override.css and play with number to suit your needs.
User avatar
Moderator

GK User
Sat Jun 29, 2013 1:05 pm
Reply with quote
Report this post
Ηi again i am referring to the areas i have marked with red arrow in the attached pic.
I also have problem with the areas marked with blue arrow, i want them NOT to be capitalized but small letters..

Thanks
User avatar
Junior Boarder

GK User
Sat Jun 29, 2013 2:39 pm
Reply with quote
Report this post
Try this:
Code: Select all
.header .nspLinks ul li h4, .nspArt p.nspText{
font-size: 11px!important;
}
.nspArt h4.nspHeader {
    font-size: 15px!important;
}
User avatar
Platinum Boarder

GK User
Mon Jul 01, 2013 9:02 am
Reply with quote
Report this post
Code: Select all
.nspArt h4.nspHeader {font-size: 16px;}

will change size on image title and right column
Code: Select all
.header .nspLinks ul li h4 {font-size: 13px;}

will change middle column heading size
Code: Select all
.box .header {text-transform: none;}

will disable uppercase transform

All this code You can add to override.css.
User avatar
Moderator


cron