- Posts: 9
- 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.
Question "Invisible text" - text font colour is the same as background colour
- Jakey Fantastic
-
- Offline
- New Member
-
I had the same issue a while back & was kindly given the answer above, which solved the problem
However, i've just noticed that whilst my forum is now working, this issue is occurring when you reply via the "Quick Reply" button.
So my forum is black & text white, but if i opt to "Quick Reply", the text is black also.
Is there anything that could solve this?
Thanks.
Please Log in or Create an account to join the conversation.
I have the same issue as Jakey in the quick reply font being invisble, is there any code I can add to the default joomla template to solve this please?
Thanks in advance
Ken
Please Log in or Create an account to join the conversation.
Basically, you need to add the following lines to your Joomla site template CSS:
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
It works perfectly. Really appreciated!
Mignek
Please Log in or Create an account to join the conversation.
i noticed while thanking you, page in the forum didnt reload, whereas on my site the whole page has to reload when clicking karmas or thank you.
thanks.
Please Log in or Create an account to join the conversation.
sozzled wrote: It is really easy to resolve these "invisible text" problems if you use Firebug and add the "right" kind of CSS to your Joomla site template.
Basically, you need to add the following lines to your Joomla site template CSS:
where "xxxxxx" is something "different" (lighter in colour) than 000000 (black)Code:#Kunena .kreply-form .inputbox { color: #xxxxx; }
My dear friend, I saw this post too, but couldn't figure out where to put this code. Can you please help ?
Please Log in or Create an account to join the conversation.