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..?

More
16 years 2 weeks ago #45715 by Bansaw
I just installed Kunena latest version.

Is there a [] command which would change the font face?
I'd like Times New Roman

And, also, I'd like
Code:
[size=4]
to be the default size. Is that possible?

thanks,,

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

More
16 years 2 weeks ago #45740 by @quila
Hi,

try this

open the file

components / com_kunena / template / default_ex / kunena.forum.css

and find this

#Kunena td,
#Kunena table,
#Kunena th,
#Kunena div,
#Kunena p,
#Kunena span {
font-family:Arial, Helvetica, sans-serif;
}

change with this

#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.

More
16 years 2 weeks ago #45750 by Bansaw
thanks, but the size was not altered.

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

More
16 years 2 weeks ago - 16 years 2 weeks ago #45751 by sozzled
Please read: Before you ask for help with template issues ... .

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. ;)
Last edit: 16 years 2 weeks ago by sozzled.

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

More
16 years 2 weeks ago #45752 by Bansaw
thanks,

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.

Time to create page: 0.234 seconds