- Posts: 18
COMMUNITY FORUM
Change title font size in item list?
- Moraelin
-
Topic Author
- Offline
- New Member
Less
More
14 years 4 months ago #91819
by Moraelin
Change title font size in item list? was created by Moraelin
Hi
Can you tell me how to change the font size of an item title in a latest items list please?
At the moment the titles are quite large and I'd like to make them smaller.
Thanks.
Can you tell me how to change the font size of an item title in a latest items list please?
At the moment the titles are quite large and I'd like to make them smaller.
Thanks.
Please Log in or Create an account to join the conversation.
- Bill Thayer
-
- Offline
- New Member
Less
More
- Posts: 3
14 years 4 months ago #91820
by Bill Thayer
Replied by Bill Thayer on topic Change title font size in item list?
I'm also searching for this answer.
Please Log in or Create an account to join the conversation.
- Moraelin
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 18
14 years 3 months ago #91821
by Moraelin
Replied by Moraelin on topic Change title font size in item list?
Is there any support on this forum?
Please Log in or Create an account to join the conversation.
- troponin
-
- Offline
- Platinum Member
Less
More
- Posts: 398
14 years 3 months ago #91822
by troponin
Replied by troponin on topic Change title font size in item list?
Change the font-size in your k2.css. Search for div.itemHeader h2.itemTitle
Please Log in or Create an account to join the conversation.
- Simon Wells
-
- Offline
- Platinum Member
Less
More
- Posts: 955
14 years 3 months ago #91823
by Simon Wells
Replied by Simon Wells on topic Change title font size in item list?
For the Latest Items Title, in K2 V2.4.1, open k2.css and look for line 579
div.latestItemHeader h3.latestItemTitle {font-family:Georgia, "Times New Roman", Times, serif;font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}
Hope that helps.
Simon
K2 Support
div.latestItemHeader h3.latestItemTitle {font-family:Georgia, "Times New Roman", Times, serif;font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}
Hope that helps.
Simon
K2 Support
Please Log in or Create an account to join the conversation.
- Bill Thayer
-
- Offline
- New Member
Less
More
- Posts: 3
14 years 3 months ago #91824
by Bill Thayer
Simon Wells (K2 Support) said:
For the Latest Items Title, in K2 V2.4.1, open k2.css and look for line 579
div.latestItemHeader h3.latestItemTitle {font-family:Georgia, "Times New Roman", Times, serif;font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}
Hope that helps.
Simon
K2 Support
Replied by Bill Thayer on topic Change title font size in item list?
Simon Wells (K2 Support) said:
For the Latest Items Title, in K2 V2.4.1, open k2.css and look for line 579
div.latestItemHeader h3.latestItemTitle {font-family:Georgia, "Times New Roman", Times, serif;font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}
Hope that helps.
Simon
K2 Support
Please Log in or Create an account to join the conversation.
- Moraelin
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 18
14 years 3 months ago #91825
by Moraelin
Replied by Moraelin on topic Change title font size in item list?
Sorry this didn't make a difference for me. Perhaps I worded my question wrong.
I have a page showing the 'latest items form (one or more) categories'. And I am trying to reduce the size of the article titles on this page as they are quite large.
Hope you can help.
I have a page showing the 'latest items form (one or more) categories'. And I am trying to reduce the size of the article titles on this page as they are quite large.
Hope you can help.
Please Log in or Create an account to join the conversation.
- Thomas Johannessen
-
- Offline
- Senior Member
14 years 2 weeks ago #91826
by Thomas Johannessen
Replied by Thomas Johannessen on topic Change title font size in item list?
Simon Wells (K2 Support) said:
For the Latest Items Title, in K2 V2.4.1, open k2.css and look for line 579
div.latestItemHeader h3.latestItemTitle {font-family:Georgia, "Times New Roman", Times, serif;font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}
Hope that helps.
Simon
K2 Support
isnt this depending on what TEMPLATE were using? Because I look and look and try to change the font-family for the Headings in my K2 items, but I didnt sucseed , I tried all font variables in all the CSS I found.
In my css file corresponding to your info; there is NO font-face/family defined.. if I add, nothing happens.
For the Latest Items Title, in K2 V2.4.1, open k2.css and look for line 579
div.latestItemHeader h3.latestItemTitle {font-family:Georgia, "Times New Roman", Times, serif;font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}
Hope that helps.
Simon
K2 Support
isnt this depending on what TEMPLATE were using? Because I look and look and try to change the font-family for the Headings in my K2 items, but I didnt sucseed , I tried all font variables in all the CSS I found.
In my css file corresponding to your info; there is NO font-face/family defined.. if I add, nothing happens.
Please Log in or Create an account to join the conversation.
- Thomas Johannessen
-
- Offline
- Senior Member
14 years 3 days ago #91827
by Thomas Johannessen
Replied by Thomas Johannessen on topic Change title font size in item list?
i looked around in ALL my CSS files..
no luck
HELP!
no luck
HELP!
Please Log in or Create an account to join the conversation.