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 Colore test in Text area.

More
16 years 5 months ago #32425 by Monitrilla
hallo, I'm a beginner...from Italy
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.

More
16 years 5 months ago #32483 by @quila
Replied by @quila on topic Re:Colore test in Text area.
yes, you can

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.

More
16 years 5 months ago #32490 by Monitrilla
Are these the lines to change???

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

More
16 years 5 months ago #32563 by Monitrilla
:( please... can you help me???

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

More
16 years 5 months ago #33221 by Matias
Replied by Matias on topic Re:Colore test in Text area.
Yes, they seem to be the right lines. Just add that one red line and you should be fine. Or you can try the new version of that code.

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

Time to create page: 0.618 seconds