Font size category titles in module K2 content / sidebar

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
Mon Dec 01, 2014 9:09 am
Reply with quote
Report this post
Hi, I would like the title of the K2 items appearing in the sidebar of my subpages (blog articles in section "erfahrung & kenntnisse) to be smaller. Where can I adjust this? I tried changing the header tag, but that hasn't had any effect. Can anyone please help?

example of page: http://www.flolebeau.ch/index.php/compo ... -schreiben

Many thanks in advance!
User avatar
Junior Boarder

GK User
Mon Dec 01, 2014 9:30 am
Reply with quote
Report this post
Hi,
You mean this part ?
User avatar
Platinum Boarder

GK User
Mon Dec 01, 2014 9:34 am
Reply with quote
Report this post
If yes, start from this:
Code: Select all
div .k2ItemsBlock ul li {
    margin: 0px;
    padding: 0 10px 5px 0 !important;
}

and use also this if you want reduce font size, not only paddings
Code: Select all
a.moduleItemTitle {
    font-size: 16px;
}

Where? Check my footer link.
User avatar
Platinum Boarder

GK User
Mon Dec 01, 2014 9:49 am
Reply with quote
Report this post
You're a star! Many thanks....works!
User avatar
Junior Boarder


cron