Kunena 6.3.6 Released - Security release
The Kunena team has announce the arrival of Kunena 6.3.6 [K 6.3.6] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
Question [RESOLVED] Font size in message editor is too small; users cannot read it
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
You either put it in your template.css or you change it directly to your kunena template file.
In the later case,the file needed is components/com_kunena/template/default/css/kunena.forum-min.css
Yet in the case of changing it in that template,bare in mind that if you change the template,
you need to implement that change in the new template's kunena.forum-min.css file as well!
Please Log in or Create an account to join the conversation.
Yes, people can change this file, if they want, and it may work ... or it may not ...
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
I have put the code in to my template.css file but it doesnt seem to work, any suggestions?
The code I have put in to my Joomla 1.6 template file is
#Kunena table#kpostmessage .ktxtarea {
border: 1px solid #BFC3C6;
font-size: 14px;
height: 200px;
overflow: auto;
}
Please Log in or Create an account to join the conversation.
The correct answer, in all cases, is to look at the information given in the frequently asked question How do I change the colours of my template in Kunena?
We can tell you which file you need to modify if you post the URL of your website.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Thanks!!
Please Log in or Create an account to join the conversation.
Find the code :
Change it to :
see the changed size : i use font-size: 1.5em; <--- this fit with me.. of course you can set what fit size for you.
hope that will work for you
Love Simplicty
read...... and learn........
My Joomla Test Site
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
add in your Joomla! template css following code:
(1.5em is relative. Try what works for you.)
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.