- Posts: 4
- Thank you received: 0
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
Question font face and size question..?
Is there a [] command which would change the font face?
I'd like Times New Roman
And, also, I'd like
thanks,,
Please Log in or Create an account to join the conversation.
try this
open the file
and find thiscomponents / com_kunena / template / default_ex / kunena.forum.css
change with this#Kunena td,
#Kunena table,
#Kunena th,
#Kunena div,
#Kunena p,
#Kunena span {
font-family:Arial, Helvetica, sans-serif;
}
#Kunena td,
#Kunena table,
#Kunena th,
#Kunena div,
#Kunena p,
#Kunena span {
font-family:Times New Roman, Arial, Helvetica, sans-serif;
font-size: 12px;
}
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
We get hundreds of general questions - just search through these forums - that start with "How do I change my font?"
The answer is "Which particular font do you want to change?"
What results from that is a long exchange where we ask questions and users post their answers and maybe we solve the problem ... and maybe we don't. And 99.9% of all these questions are totally incidental to Kunena: they arise because of the Joomla site template that people use.
You may as well ask: "How long is a piece of string?" It depends on what kind of string you are using.
But ... if users paid attention to the points made in Before you ask for help with template issues ... we wouldn't get asked so many questions and we wouldn't spend hours diagnosing, analysing and scratching our heads trying to figure out what, specifically, the user really wants.
@quila's answer was a general answer to your general question. If you would like to be more specific in your question, you might get a more specific answer in future.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
I think from context, where the bbcode appears, @quila probably discerned rightly that its the font in the body of the message that I want changed.
I'll do a little more searching.
Please Log in or Create an account to join the conversation.