- Posts: 5
- Thank you received: 0
Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.
The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question Colore test in Text area.
- Monitrilla
-
Topic Author
- Offline
- New Member
-
Kunena forum I installed yesterday in my blog:
www.monitrilla.it .
When I create a new topic in the text area background color is like this, but the text is whitealso .. and is not visible.
This problem is' only when it is composed, then if the public the text is black.
can I change che color text of this area????
(I have instaled on my pc Firebug...
Please Log in or Create an account to join the conversation.
find this code in kunena.forum.css file (about line 970) and add red line
#Kunena table#fb_postmessage .fb_txtarea {
border:1px solid #CCCCCC;
color:#000000;
height:300px;
overflow:auto;
width:95%;
}
Please Log in or Create an account to join the conversation.
- Monitrilla
-
Topic Author
- Offline
- New Member
-
- Posts: 5
- Thank you received: 0
}
table#fb_postmessage .fb_txtarea {
width:95%;
overflow: auto;
height:300px;
border:1px solid #048bcd;
}
.fb_txtarea {
height: 300px;
width: 95%;
Please Log in or Create an account to join the conversation.
- Monitrilla
-
Topic Author
- Offline
- New Member
-
- Posts: 5
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.