K2 item font type and size

October 08 Joomla Templates
GK User
Mon Jan 16, 2012 3:24 am
Could somebody give me a CSS code to write in OVERRIDE CSS CODE BOX in tempalate manager to change the 1- k2 item title font size and 2- type of the font?

I think it can be changed at K2 css file but I want to control it from template manager.

thanks,

levent
User avatar
Senior Boarder

Konrad M
Mon Jan 16, 2012 9:40 am
Hi
Can you give us url to your site ?
User avatar

GK User
Mon Jan 16, 2012 1:21 pm
here is where I am testing the new site: http://gulennews.org/
thanks.
User avatar
Senior Boarder

Konrad M
Mon Jan 16, 2012 1:37 pm
To change size just add to override.css
Code: Select all
.itemHeader .itemTitle {
    font-size: 40px;
}

and increase or decrease this value. Of course remember to enable override.css option in template settings.
To change type you need to go to template settings section FONTS. Here you have selectors setted for some fonts.
User avatar

GK User
Wed Feb 15, 2012 4:13 pm
i want to change the width size for specific top position. how to do this? what is the code for override it?

Thanks in advanced
User avatar
Senior Boarder

GK User
Wed Feb 15, 2012 4:52 pm
azri445 wrote:i want to change the width size for specific top position. how to do this? what is the code for override it?

Thanks in advanced



Hi

You can set width in % for specific top module position on template parameters.
Search on layout panel.

Cheers ;)
User avatar
Platinum Boarder

GK User
Wed Feb 15, 2012 6:32 pm
Thanks for the reply, do i need to go to template section or just download template css and edit it?

Seichinha wrote:
azri445 wrote:i want to change the width size for specific top position. how to do this? what is the code for override it?

Thanks in advanced



Hi

You can set width in % for specific top module position on template parameters.
Search on layout panel.

Cheers ;)
User avatar
Senior Boarder

Konrad M
Thu Feb 16, 2012 11:24 am
First try in template section.
User avatar


cron