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 Change font colour, I have confused myself.

More
15 years 10 months ago #52935 by 303south
Sorry Sozzled,

I am a bit confused, can you explain please?

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

More
15 years 10 months ago #52946 by sozzled
I mean, if Kunena doesn't define a font style (colour, size, weight, font face) Kunena will use whatever style is defined in your Joomla site template. Does that explain things better for you?

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

More
15 years 9 months ago #53200 by 303south
Ok,

So if I was to define the font for Kunea in the code, then it will use that instead of the search option?

If that is correct do you know where I will need to put the code?

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

More
15 years 9 months ago #53206 by @quila
Hi,

kunena.forum.css line 704, add red colored properity

#Kunena td.fb-msgview-right {
border-left:1px solid #BFC3C6;
border-right:1px solid #BFC3C6;
padding:5px 10px;
vertical-align:top;
color: #000000 !important;
}

Regards

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

More
15 years 9 months ago #53220 by 303south
Thank you Quila,

I tried this but it did not change the font colour in any posts?

Kunena td.fb-msgview-left {
background:#EFF0F4;
vertical-align: top;
width:170px;
min-width:170px;
border-bottom: 0px solid #BFC3C6;
border-right:1px solid #BFC3C6;
}
#Kunena td.fb-msgview-right {
border-right:1px solid #BFC3C6;
padding:5px 10px 5px 10px;
vertical-align: top;
border-left:1px solid #000000;
colour:#000000 !important;
}
#Kunena div.fb-msgview-l-cover {
overflow:auto;
text-align: center;
padding:5px;

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

More
15 years 9 months ago #53225 by Cerberus

303south wrote: Thank you Quila,

I tried this but it did not change the font colour in any posts?

Kunena td.fb-msgview-left {
background:#EFF0F4;
vertical-align: top;
width:170px;
min-width:170px;
border-bottom: 0px solid #BFC3C6;
border-right:1px solid #BFC3C6;
colour:#000000 !important; <-- try adding it there too
}
#Kunena td.fb-msgview-right {
border-right:1px solid #BFC3C6;
padding:5px 10px 5px 10px;
vertical-align: top;
border-left:1px solid #000000;
colour:#000000 !important;
}
#Kunena div.fb-msgview-l-cover {
overflow:auto;
text-align: center;
padding:5px;

The following user(s) said Thank You: neebrad

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

Time to create page: 0.288 seconds