Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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

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.

Important how to change text color

More
15 years 1 month ago #83140 by Hazardous Pain
hello,
I have this same issue as many people and I cannot seem to find a solution, I tried pasting this line the template.css of my template but it is not working:
Code:
/* Custom Kunena */ #Kunena a:link, #Kunena a:visited, #Kunena a:active { color:#c52d2d; }

I also tried what other topics said but none worked!

what am I doing wrong?
help very appreciated!

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

More
15 years 1 month ago #83142 by Hurr1c4n3
Try:

/* Custom Kunena */

#Kunena a:link,
#Kunena a:visited,
#Kunena a:active {
color:#c52d2d !important;
}
The following user(s) said Thank You: Hazardous Pain

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

More
15 years 1 month ago #83254 by Hazardous Pain
wow! thanks a lot!! it worked indeed!

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

More
15 years 1 month ago - 15 years 1 month ago #83417 by Mike.M
Replied by Mike.M on topic Re: how to change text color
I'm trying to do something similar; I'm using the Blue Eagle template and I've got it set to blend with the Joomla template (nice feature, btw!) My Joomla template has white text and a black background and everything works great except you can't read anything in the text boxes or dropdown boxes unless they're highlighted. Could someone tell me which CSS page I'd want to edit to correct this? Thanks! Great stuff, Kunena!

ps. This only applies for IE & Chrome. Firefox displays a black background in both the text box and the dropdown box which looks fine. Thanks.
Last edit: 15 years 1 month ago by Mike.M.

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

More
15 years 1 week ago #88841 by ashquadir
I am using the default blue eagle template. I want to change the Forum Tab background colors and the header background colors.
I added the following code to my template.css file, but there are no changes. Please help.
www.planethop.com/forum

/* Change the Kunena Forum header background colors */
#Kunena .kblock div.kheader {
background:none repeat scroll 0 0 #135CAE !important;
}


/* Change the Kunena Forum tab colors */
div#ktab ul.menu li a {
background-color: #135CAE !important;
}

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

More
15 years 1 week ago #88915 by sozzled
These issues have been addressed and resolved with K 1.6.4 due for public release shortly.

ashquadir wrote:

I [made changes] to my template.css file, but there are no changes.

Try forcing a page reload to download a fresh copy of your updated .CSS (common problem for novice users) or clear your cache. ;)

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

Time to create page: 0.271 seconds