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.

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.

Question Where to change the color of the forum's category title

More
16 years 9 months ago - 16 years 9 months ago #26421 by Sehrus
Hi everybody,

its my first post here so Id like to say thx you to all the "kunena's team" who gave us this great component.

I know my question sounds dumb, but I had a look at the forum and didnt the solution of my problem...

On my forum, the color of my category title appear like this:



I had a look at the .css file of the template Im using, and as it also explain somewhere on the forum here, I found this code:
Code:
#Kunena .fb_title, #Kunena a.fb_title { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-weight:bold; display:block; color:#FFFFFF; text-decoration: none; } #Kunena .fb_title a { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color:#FFFFFF; text-decoration: none; }

I want this text white (#FFFFFF) and its already white...

So Im not sure about where my problem is...

:S

Is somebody can give me a tip about it ?

Regards.
Last edit: 16 years 9 months ago by Sehrus.

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

More
16 years 9 months ago - 16 years 9 months ago #26423 by @quila
Hi Sehrus, welcome to forum

try adding "!important" to color like this

#Kunena .fb_title,
#Kunena a.fb_title {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
display:block;
color:#FFFFFF !important;
text-decoration: none;
}
#Kunena .fb_title a {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFFFFF !important;
text-decoration: none;
}


Regards
Last edit: 16 years 9 months ago by @quila.

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

More
16 years 9 months ago #26430 by Sehrus
Thx alot for that quick answer,

it works perfectly.

Thx :cheer:

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

Time to create page: 0.492 seconds