Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

This category is for discussing issues with the K 2.0 Blue Eagle template.

As general background, My Joomla site template makes a mess of Kunena .

We do not answer questions about other templates for Kunena here.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question Another Text color problem.

More
11 years 3 months ago - 11 years 3 months ago #1 by litow
I got help in the last problem i have and rich helped out a lot. but i forgot to say there is one more and i hope the last problem.

when a user goes to make a forum post the text they are typing is black making it really hard to read with its dark gray back ground.

Where do i change the value of that text?

Site: midnight-reveries.com/index.php/forum just try to make a topic and you will see what i mean. ( you may need to register to the forums to do that )

Edit: info added.

Code found using firefox firebug. unsure of what files need to be edited.

code for subject box

<td class="kcol-mid">
<input id="subject" class="kinputbox postinput required invalid" type="text" tabindex="1" value="" maxlength="50" size="35" name="subject" aria-required="true" required="required" aria-invalid="true">
</td>

code for message box

<td class="kcol-last kcol-editor-field">
<textarea id="kbbcode-message" class="ktxtarea required" tabindex="3" cols="50" rows="10" name="message" aria-required="true" required="required" aria-invalid="false"></textarea>
<div id="kbbcode-preview" style="display: none;"></div>
</td>

I got part of it fixed by adding

#Kunena #kpost-message {
color:#ffffff !important;
}

to the end of the template.css file but when i try to do that to kpost-subject it does not work. if you have any ideas let me know. i will keep working on it until then.
Last edit: 11 years 3 months ago by litow. Reason: update

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

More
11 years 3 months ago #2 by sozzled
Replied by sozzled on topic Another Text color problem.
I'm sorry but I don't understand "just try to make a topic and you will know what I mean". How can we make a topic on your site? I do not see the option to "make a topic"

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

More
11 years 3 months ago #3 by TKtemp
Replied by TKtemp on topic Another Text color problem.
Try with this
Code:
#Kunena #kbbcode-message { color:#ffffff !important; }
The following user(s) said Thank You: litow

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

Time to create page: 0.381 seconds