Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

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 change color of main category titles

More
13 years 9 months ago - 13 years 9 months ago #1 by mikelll
My forum have the main category titles too dark! I use the defaultex theme and already had to change the backroung image in order to see the titles. (see image)
I've searched already in the css but I don't now how to change it to white for example.

Thanks


[img] [img]http://www.kunena.com/media/kunena/attachments/legacy/images/forum-20100620.jpg[/img]
Attachments:
Last edit: 13 years 9 months ago by mikelll.

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

More
13 years 9 months ago - 13 years 9 months ago #2 by cally6008
Look for this near top of CSS file
Code:
#Kunena table.fb_blocktable thead tr th { [b][color=#FF0000]background: #135cae;[/color][/b] color:#ffffff; padding: 4px; font-weight:normal; border-left: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1; }

On yours, the background color will probably be #e1e1e1 (if memory serves me right)

Hope this helps.

PS - Don't forget to back it up first before making any changes :)
Last edit: 13 years 9 months ago by cally6008.

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

More
13 years 9 months ago #3 by mikelll
mine is this:

#Kunena table.fb_blocktable thead tr th {
background: #135cae url(images/cat_title_bg.gif) repeat-x top left;
color:#ffffff;
padding: 2px;
font-weight:normal;

So what do I need to change to have the texte: "Redes e Sistemas" turned white?

thanks

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

More
13 years 9 months ago #4 by cally6008
mikelll wrote:

mine is this:

#Kunena table.fb_blocktable thead tr th {
background: #135cae url(images/cat_title_bg.gif) repeat-x top left;
color:#ffffff;
padding: 2px;
font-weight:normal;

So what do I need to change to have the texte: "Redes e Sistemas" turned white?

thanks


Sorry, I thought you meant the background.

I've had another squizz through and it's this bit under the CATEGORY LIST in the CSS file

#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;

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

More
13 years 9 months ago #5 by mikelll
but I have that values also in that class

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

More
13 years 9 months ago #6 by sozzled
This might be a case where looking at the user's website will save some time. Theoretically, cally's idea should work. I think the user's question arises because the category headings ("Redes e Sistemas" in this example) is a hyperlink and its format is probably controlled by the anchor - a: - pseudoclass defined elsewhere on the user's site. Because we can't see the site I can't be sure.

The biggest issue in tackling Kunena CSS matters is the part played by the user's Joomla site CSS. Users need to remember that the site-wide Joomla CSS is applied after the Kunena CSS is used. The developers have considered the possibility of writing a special plugin for Kunena that changes this standard Joomla behaviour.

Anyway, theory aside, here's a suggestion: add the !important attribute to the rule

#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;

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

More
13 years 9 months ago #7 by mikelll
With the !important it works! Problem solved! Thank you

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

More
13 years 9 months ago #8 by sozzled
You're most welcome. Thanks, too, to cally. :)

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

Time to create page: 0.484 seconds