- Posts: 3
- Thank you received: 0
Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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 eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
If you have questions about third-party templates, please use the User-written Templates category or contact the author directly. This category should only be used for questions about templates developed and supported by the Kunena project.
Question Text color is same than background, cant read.
- juancastillejos
-
Topic Author
- Offline
- New Member
-
I'm using this great component -kunena forum- but i have a big problem:
I have JCE editor installed for the News, and a template inside of it to create news in my website.
This template has the white color predefined -by me- for the text.
Now i have installed Kunena and works great!, but the color of the text is the same than in the News editor: white... and the Kunenas background is also white, so when users write the characters cant be read. Of course they can edit the messages, but... would be interesting that messages appear as soon they write for first time.
Thank you, if you can explain me what to do to fix it would be absolutely great!!
Thank You!!!
John
Please Log in or Create an account to join the conversation.
If you have changed the text colour and background colour in your website then I assume that you understand about CSS and how Joomla templates work. If you use a developers tool, like Firebug for Firefox, you can click any web element on the page to see the characteristics of that element and define new rules for it.
Does that help?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- juancastillejos
-
Topic Author
- Offline
- New Member
-
- Posts: 3
- Thank you received: 0
Yes, it helped to me to get closer to the solution, thanks! but... i still dont know what i should change to make ALL the text written in the future appear in black colour...
i you could check the site... it's
WEB SITE
i would be so glad if you could tell me what to change in the KUNENA.FORUM-MIN css I select the text -any written text of any entry- but when i change the colour i change the colour ONLY for that entry, not for the rest and future texts.
Thank You
Please Log in or Create an account to join the conversation.
Alternatively, you can add the necessary CSS rules that work on Kunena by adding the appropriate parts to your Joomla site template CSS.
Add the following lines to the bottom of your Joomla site template:
#Kunena div.kthead-desc, #Kunena div.kthead-moderators {
color: black;
}
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- juancastillejos
-
Topic Author
- Offline
- New Member
-
- Posts: 3
- Thank you received: 0
But now i shoul find what to change in the kunene.forum file, i'm getting crazy, i dont know where is the color refered to the text... if its easy to you to find you would save me lots of hours.
If not, thank you anyway
Please Log in or Create an account to join the conversation.
You can change the template file (if you want) and you will have to re-do those changes when you upgrade Kunena (if you make the changes to the Blue Eagle (default) template) and that is why we recommend that you do not change the Blue Eagle (default) template but you create your own template instead. You can change the way that Kunena displays if you add extra CSS to your site template. If you want to create your own Kunena template (so that you won't lose the changes when you upgrade Kunena in the future) there is help in the Wiki.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.