Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] 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 and issues discovered during the last development stages of K 6.3

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Solved Message Box Font Color

More
11 years 3 months ago #1 by swash
Message Box Font Color was created by swash
I have an issue with black text over black background in the post message box.
Subject box however is fine. :huh:



I've tried what I've found in the forum but it does not help.

kunena.forum.css
#Kunena a {
color: #3740FC !important;
text-decoration: none;
font-weight: normal;
}

kunena.forum-min.css
#Kunena a{color: #3740FC !important;text-decoration:none;font-weight:normal}

These "fixes" have made no difference.

Where do I find the text color for message box?

Thanks in advance for any help.

Joomla! 2.5.8 Stable
Kunena 2.0.4
Blue Eagle 2.0 template

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

More
11 years 3 months ago #2 by TKtemp
Replied by TKtemp on topic Message Box Font Color
Hi,

add this few lines to your Joomla template css file
Code:
#Kunena table#kpostmessage .ktxtarea { color: #FFFFFF; }
The following user(s) said Thank You: swash

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

More
11 years 3 months ago - 11 years 3 months ago #3 by 9themestore
Replied by 9themestore on topic Message Box Font Color
Hi Swash,

You can do some the following steps.

Step 1: Login to back-end of your site, go to "Component > Kunena Forum > Configuration" and enable the "Enable Debug Mode (yes)".

Step 2: Open the kunena.forum.css file in this path: ../components/com_kunena/template/blue_eagle/css".

Step 3: Find the following code section.
Code:
#Kunena table#kpostmessage .ktxtarea { border-color: #BFC3C6; /* Old code*/ color: #fff; /* Add new line and change by your color code */ }
Step 4: Save and back to frond-end refresh it.

Regards

- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful :)
Last edit: 11 years 3 months ago by 9themestore.

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

More
11 years 3 months ago #4 by swash
Replied by swash on topic Message Box Font Color
Thanks that works! I CAN SEE I CAN SEE!!! lol

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

More
11 years 3 months ago #5 by swash

9themestore wrote: Hi Swash,

You can do some the following steps.

Step 1: Login to back-end of your site, go to "Component > Kunena Forum > Configuration" and enable the "Enable Debug Mode (yes)".

Step 2: Open the kunena.forum.css file in this path: ../components/com_kunena/template/blue_eagle/css".

Step 3: Find the following code section.

Code:
#Kunena table#kpostmessage .ktxtarea { border-color: #BFC3C6; /* Old code*/ color: #fff; /* Add new line and change by your color code */ }
Step 4: Save and back to frond-end refresh it.

Regards

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

Time to create page: 0.474 seconds