- Posts: 52
- Thank you received: 0
Kunena 7.0.8 Released
The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.
Question How to change topic & reply font family?
15 years 7 months ago #80532
by thug_boy
How to change topic & reply font family? was created by thug_boy
Hello,
I want to change only (topics and reply) font family to Times New Roman.
I don't want to change any other fonts just topic font
I want to change only (topics and reply) font family to Times New Roman.
I don't want to change any other fonts just topic font
Please Log in or Create an account to join the conversation.
15 years 6 months ago #81379
by thug_boy
Replied by thug_boy on topic Re: How to change topic & reply font family?
UP...
any idea please ?
any idea please ?
Please Log in or Create an account to join the conversation.
15 years 6 months ago #81395
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: How to change topic & reply font family?
Try this - solution found with a couple of mouse-clicks and
Firebug
-
#Kunena div.kmsgbody div.kmsgtext {
font-family: Times New Roman;
}
#Kunena div.kmsgbody div.kmsgtext {
font-family: Times New Roman;
}
Blue Eagle vs. Crypsis reference guide
Read my blog and
The following user(s) said Thank You: Perfectionist
Please Log in or Create an account to join the conversation.
15 years 6 months ago #81517
by thug_boy
Replied by thug_boy on topic Re: How to change topic & reply font family?
Thank you, it works but with default font size and if I change font size to bigger one.
So I add font-family: Times New Roman; to below lines too and its work very well :woohoo:
Thanks again dear.
So I add font-family: Times New Roman; to below lines too and its work very well :woohoo:
Code:
#Kunena span.kmsgtext-xs {
font-size: 0.5em;
font-family: Times New Roman !important;
}
#Kunena span.kmsgtext-s {
font-size: 0.75em;
font-family: Times New Roman !important;
}
#Kunena span.kmsgtext-m {
font-size: 1em;
font-family: Times New Roman !important;
}
#Kunena span.kmsgtext-l {
font-size: 1.25em;
font-family: Times New Roman !important;
}
#Kunena span.kmsgtext-xl {
font-size: 1.50em;
font-family: Times New Roman !important;
}
#Kunena span.kmsgtext-xxl {
font-size: 2em;
font-family: Times New Roman !important;
}
Thanks again dear.
Please Log in or Create an account to join the conversation.
15 years 6 months ago #81523
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: How to change topic & reply font family?
My recommendation is to not use em for font sizes. Use px (for absolute font sizes) or pt instead.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
15 years 6 months ago #81542
by thug_boy
Replied by thug_boy on topic Re: How to change topic & reply font family?
OK I'll change it, But the default value on CSS is em! not px or pt.
I just added font-family: Times New Roman !important; for each one.
anyway I'll change it immediately

Thank you.
I just added font-family: Times New Roman !important; for each one.
anyway I'll change it immediately
Thank you.
Please Log in or Create an account to join the conversation.
Time to create page: 0.269 seconds