Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Before posting in this category, please read sticky topics and, as general background, My Joomla site template makes a mess of Kunena .

If you have questions about third-party templates, please use the User-written Templates category or contact the author directly. This category should only be used for questions about templates developed and supported by the Kunena project.

Question How to change font family in message in the New topic or Replay?

More
12 years 5 months ago #1 by Nakorn1911
I'm live in Thailand, I do not use English to fluently, I'm so sorry :(

I want to change font family in the picture, But I did not see how it is change it

*Look at the red circle


What can I do in the some CSS file? Please!!!

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

More
12 years 5 months ago #2 by Nakorn1911
I have solved the problem, Thanks. :woohoo:

If you want to solve the problems, HERE.

Open ../components/com_kunena/template/default/kunena.forum.css
Now you search "Message". add "font-family: yourfontname" to all you can find "message"


Sample.
#Kunena div.kmessage-editmarkup-cover {
border-bottom: 1px dotted;
padding-top: 5px;
text-align: right;
[add:] font-family: Verdana, Arial, Helvetica, sans-serif
}
#Kunena span.kmessage-editmarkup {
background: none no-repeat scroll left center transparent;
border-left: 1px dotted;
border-right: 1px dotted;
border-top: 1px dotted;
font-size: 0.75em;
height: 16px;
margin-left: 3px;
padding: 2px 5px;
[add:] font-family: Verdana, Arial, Helvetica, sans-serif

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

Time to create page: 0.355 seconds