- Posts: 12
COMMUNITY FORUM
Font Size and spacing in Category View
- gavin mckew
-
Topic Author
- Offline
- New Member
You can see here:
www.lcwc.ac.uk/courses/he?Name=Value
I have the k2 style.css open just don't know which one it relates too.
any other sugesstions would be brilliant.
Thanks
Please Log in or Create an account to join the conversation.
- gavin mckew
-
Topic Author
- Offline
- New Member
- Posts: 12
www.lcwc.ac.uk/courses/fulltime
its a different cat. as you can see
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
Please Log in or Create an account to join the conversation.
- gavin mckew
-
Topic Author
- Offline
- New Member
- Posts: 12
any help would be much appreachiated.
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
#itemsListSecondary div.catItemHeader h3.catItemTitle {}
#itemsListSecondary div.catItemHeader h3.catItemTitle a {}
Now, the titles inherit their styles from the generic h3 statement of your template CSS.
Write the style you want to these 2 statements.
Please Log in or Create an account to join the conversation.
- gavin mckew
-
Topic Author
- Offline
- New Member
- Posts: 12
div.catItemHeader {} div.catItemHeader span.catItemDateCreated {color:#999;font-size:11px;} div.catItemHeader h3.catItemTitle {font-family:Georgia, "Times New Roman", Times, serif;font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;} #itemsListSecondary div.catItemHeader h3.catItemTitle {} #itemsListSecondary div.catItemHeader h3.catItemTitle a {}
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
Please Log in or Create an account to join the conversation.
- gavin mckew
-
Topic Author
- Offline
- New Member
- Posts: 12
like this? thanks again
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
Please Log in or Create an account to join the conversation.
- gavin mckew
-
Topic Author
- Offline
- New Member
- Posts: 12
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
Do you use K2 template overrides? Is the k2.css maybe in your template css folder?
Please Log in or Create an account to join the conversation.
- gavin mckew
-
Topic Author
- Offline
- New Member
- Posts: 12
Please Log in or Create an account to join the conversation.
- gavin mckew
-
Topic Author
- Offline
- New Member
- Posts: 12
div.catItemHeader {}
div.catItemHeader span.catItemDateCreated {color:#999;font-size:11px;}
div.catItemHeader h3.catItemTitle {font-family:Georgia, "Times New Roman", Times, serif;font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}
#itemsListSecondary div.catItemHeader h3.catItemTitle {color:#999;font-size:10px;}
#itemsListSecondary div.catItemHeader h3.catItemTitle a {color:#999;font-size:10px;}
Please Log in or Create an account to join the conversation.
- gavin mckew
-
Topic Author
- Offline
- New Member
- Posts: 12
whats the css code for the spacing?
thank you soooo much !
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
For spacing try the line-height, padding or margin.
Please Log in or Create an account to join the conversation.
- gavin mckew
-
Topic Author
- Offline
- New Member
- Posts: 12
wont decrease arghhhhhhh
help
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
Please Log in or Create an account to join the conversation.