- Posts: 18
- Thank you received: 0
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.
Question Change font colour, I have confused myself.
I am a bit confused, can you explain please?
Please Log in or Create an account to join the conversation.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
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.
kunena.forum.css line 704, add red colored properity
Regards#Kunena td.fb-msgview-right {
border-left:1px solid #BFC3C6;
border-right:1px solid #BFC3C6;
padding:5px 10px;
vertical-align:top;
color: #000000 !important;
}
Please Log in or Create an account to join the conversation.
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.
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;
Please Log in or Create an account to join the conversation.