Header - size text

GK User
Thu Feb 09, 2012 7:20 am
Hi. I'm looking documentary about styles text in slid.
When create slide I choose text and add content but in main page text is big. Where I must change this.
User avatar
Junior Boarder

GK User
Thu Feb 09, 2012 10:54 am
First title would be as below, change 40px to your requirements.
Code: Select all
.gkIsWrapper-gk_appsite1 .gkIsText a { font-size: 40px; }

Second title would be as below, change 20px to your requirements.
Code: Select all
.gkIsWrapper-gk_appsite1 .gkIsText p small { font-size: 20px; }


Please use above css codes in either in custom css code or in override.css file so you can continue updating your template by just keeping override.css file backed up.
Using Custom Code:
Goto Joomla Admin > Extensions > Template Manager > Select your template.
Click on it to edit settings
On the right find Advanced Settings > Custom Css Code

Using Override.css file:
Same section as Custom Code there is Override CSS feature switch, click on "On" to enable it.
Find file : templates/gk_templatename/css/override.css
Edit and copy below codes as you are required.
User avatar
Platinum Boarder

GK User
Fri Feb 10, 2012 9:26 am
Ok thx for quick answer.
But I have problem haw to use second title. What I have to use a variable to receive the second title ?
User avatar
Junior Boarder

GK User
Tue Feb 14, 2012 9:43 am
In your Slides ( Image Show GK4 Module > Your Slides )
Enter Following in where it says "Content":
Code: Select all
Big Text <small>Second title or small text</small>

So anything between <small></small> tags will be second line.

See you around...
User avatar
Platinum Boarder

GK User
Tue Feb 14, 2012 8:47 pm
Thx
User avatar
Junior Boarder

GK User
Tue Feb 14, 2012 10:54 pm
No problem at all.

See you around...
User avatar
Platinum Boarder


cron