Kunena 6.4.8 Released

The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

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 Changing The Title Colour In Forum Headers

More
12 years 11 months ago - 12 years 11 months ago #140615 by Jakey Fantastic
Good Morning guys!

It's only a quick one with which my search hasn't brought the whole answer (although half of it :) ).

But basically i'm looking to change the colour of the forum header titles. The background is yellow & the text white (lightbreeze template) which is a little straining on the eyes for members. So ideally i would like to change this to black to make it easier to read.

Now,having searched the forums, i found half of my answer & added this line to the end of my template,
Code:
#Kunena .kheader h2, #Kunena .kheader h2 a { color: #F4DD1D; } #Kunena div.ktitle-desc { color: #171717;

Which like i say, solved half of my problem as the descriptions of the forums are now black, but the titles still white.

I tried the following also but it doesn't seem to fancy it sadly.
Code:
#Kunena div.kcc-childcat-title !important { color: #171717; }

Any help on this would be greatly appreciated,

Thanks.
Last edit: 12 years 11 months ago by Jakey Fantastic.

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

More
12 years 11 months ago #140628 by TKtemp
Hi,

try in this way
Code:
#Kunena.layout .kheader h2, #Kunena.layout .kheader h2 a { color: #F4DD1D !important; }
The following user(s) said Thank You: Jakey Fantastic

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

More
12 years 11 months ago #140670 by Jakey Fantastic

TKtemp wrote: Hi,

try in this way

Code:
#Kunena.layout .kheader h2, #Kunena.layout .kheader h2 a { color: #F4DD1D !important; }


This solved my problem :cheer:

Thanks alot for posting temp, greatly appreciated :)

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

Time to create page: 0.356 seconds