Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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

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 Change default font type in Kunena??

More
16 years 6 months ago #30675 by dauf
Hello..which part of the css file i need to modifiy so i can change the default kunena font type to VERDANA??

i want to change all part to font type: VERDANA..

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

More
16 years 6 months ago #30748 by targetive
@Dauf,

You will have to modify Kunena.forum.css You will find the file here: components/com_kunena/template/default_ex

On line 792, you can make the font type and size changes

An example of what my code looks here is:

#Kunena div.msgtext {
width: 100%;
overflow: hidden;
font-family:Verdana;
font-size:12px;
word-wrap: break-word; /* Internet Explorer 5.5+ */
border-top:1px solid #ddd;
padding:10px 0 0 0;
margin-top:5px;

Hope it helps :)
The following user(s) said Thank You: thawornj

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

More
16 years 6 months ago #30775 by dauf
thanks for your help targetive :) :) :)

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

Time to create page: 0.208 seconds