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

Please Read This First:

This is a community-driven self-help category to ask questions about designing or developing your own Kunena template. Please be aware that there are rules that apply to topics posted in this category:

Do not use this category for:
  • asking questions about how to make simple changes to a template designed by the Kunena project team (use K 3.0 Templates instead);
  • advertising your own template designs.

Topics that do not meet the above guidelines may be removed without notice.

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 Change new topic and reply box colour on Blue Eagle template

More
8 years 6 months ago #1 by FcUKA
Probably the wrong section ! But how do you change the text colour or background colour on the text box when replying to a post or creating a new topic ?. I am using Blue Eagle template on the Joomla yoo_catalyst template with it set to yes for Blend with Joomla Template. Everything is working great but black text on a black coloured background its hard to see what you're typing lol ! I've added a screenshot to show the issue.

Many Thanks

Andy
Attachments:

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

More
8 years 6 months ago #2 by rich
Go in backend to "Kunena -> Templats -> mark Blue Eagle -> Edit CSS -> custom.css -> Edit CSS" and try this code:
Code:
#Kunena .kreply-form .inputbox, #Kunena table#kpostmessage .ktxtarea, #Kunena input { color: #fff !important; }
The following user(s) said Thank You: rotor

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

More
8 years 6 months ago #3 by FcUKA
Thanks for your reply, Tried this but still the same. I cleared the cache etc as well.

Thanks

Andy

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

More
8 years 6 months ago #4 by FcUKA
All sorted now, my mate has the same website setup and his code mate did a YouTube video on how to change it !

Cheers

Andy

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

More
8 years 6 months ago #5 by 810
try:
Code:
#Kunena textarea#kbbcode-message { background-color:#000000; float:left; width:95%; color: #fff !important; }
The following user(s) said Thank You: PCC

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

More
8 years 2 months ago #6 by rotor

rich wrote: Go in backend to "Kunena -> Templats -> mark Blue Eagle -> Edit CSS -> custom.css -> Edit CSS" and try this code:

Code:
#Kunena .kreply-form .inputbox, #Kunena table#kpostmessage .ktxtarea, #Kunena input { color: #fff !important; }


Worked a treat!!!! Thankyou // :)

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

Time to create page: 0.417 seconds