Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/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 font colour, I have confused myself.

More
13 years 8 months ago #11 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
13 years 8 months ago #12 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.

More
13 years 8 months ago #13 by 303south
Still wont work:

#Kunena th.fb_sectiontableheader {
}
#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;
}
#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;

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

More
13 years 8 months ago #14 by @quila

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

ok, I have made one error with properity "colour" right word is "color".

Try to change that, if dont work you will need to change other two rules in kunena.forum.css
1. line 774

#Kunena div.msgtext {
border-top:1px solid #000000;
color:#000000;
margin-top:5px;
overflow:hidden;
padding:10px 0 0;
width:100%;
word-wrap:break-word;
}

and
2. line 747

#Kunena span.msgtitle, #Kunena span.msgtitle_new {
background:url("images/msgtitleicon.gif") no-repeat scroll left center transparent;
color:#000000;
font-size:medium;
font-weight:bold;
line-height:26px;
padding-left:25px;
text-decoration:none;
}

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

More
13 years 8 months ago #15 by 303south
Thanks guy, you were a great help, I changed them and did not work but then I also changed and it worked!!!

Brilliant Thank you very much.


#Kunena div.msgtext pre,
#Kunena div.msgtext .code {
border-left: 5px solid #F4A94F;
border-right: 1px solid #CCC;
border-top: 1px solid #CCC;
color:#000000 !important;
border-bottom: 1px solid #CCC;
font-family: "Courier News", monospace;
font-size-adjust: none;
font-stretch: normal;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1.5;
margin: 5px 0pt 15px;
padding: 10px 15px;
width: 100%;
overflow:auto;

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

More
13 years 8 months ago #16 by sozzled
I'm glad you received good help. Did you know that you can actually solve 99% of these kinds of issues yourself? For future reference, you might be interested in reading Before you ask for help with template issues ...

It might also help if you spent some time, maybe a little every day, learning about Cascading Style Sheets. There are many good books on the subject and I'm sure there's a wealth of knowledge about this fascinating subject on the internet. If you do that, you would have seen the error that @quila and Cerberus made in their misspelling of the CSS keyword color. ;)

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

Time to create page: 0.406 seconds