Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.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.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.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?

More
15 years 4 months ago #80532 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

Please Log in or Create an account to join the conversation.

More
15 years 4 months ago #81379 by thug_boy
UP...
any idea please ?

Please Log in or Create an account to join the conversation.

More
15 years 4 months ago #81395 by sozzled
Try this - solution found with a couple of mouse-clicks and Firebug -

#Kunena div.kmsgbody div.kmsgtext {
font-family: Times New Roman;
}
The following user(s) said Thank You: Perfectionist

Please Log in or Create an account to join the conversation.

More
15 years 4 months ago #81517 by thug_boy
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:
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.

More
15 years 4 months ago #81523 by sozzled
My recommendation is to not use em for font sizes. Use px (for absolute font sizes) or pt instead.

Please Log in or Create an account to join the conversation.

More
15 years 4 months ago #81542 by thug_boy
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.

Please Log in or Create an account to join the conversation.

Time to create page: 0.242 seconds