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.

Before posting in this category, please read sticky topics and, as general background, My Joomla site template makes a mess of Kunena .

If you have questions about third-party templates, please use the User-written Templates category or contact the author directly. This category should only be used for questions about templates developed and supported by the Kunena project.

Question My Joomla template has white text, Kunena has a white background, so I can't read the text

More
14 years 11 months ago #98436 by AlexLove
Hi there,

Any suggestions on how to fix this would be great,

the site is www.alchemy42.com/index.php?option=com_k...ew=listcat&Itemid=20

The problem is both in the headers as you can see when you visit (there is text, for example, under 'welcome mat' which currently can't be read, and also in the actual posts (though you'd have to log in to see that).

Thanks,

Alex

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

More
14 years 11 months ago #98500 by baazza
Hi AlexLove

You can change the color
Just open the css file

/templates/alch/css/template.css

(line 17)

Original color

color: #ffffff;

Change the color to.

color: #666666;

Or the color you want.

And

(line 1639)

.art-post li
color: #DEDEDE;

Change the color to.

color: #000000;

baazza


رضيت بالله ربا وبالاسلام دينا وبمحمد صلى الله عليه وسلم رسولا
testify & witness that there is no god worthy of being worshipped other than Allah and that Mohammad is His Messenger

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

More
14 years 11 months ago #98565 by AlexLove
Thanks for the help baazza,

I should have clarified though - I like the font color of my template, I'm hoping to tell kunena to use a different font color than the rest of the template (preferably black), or if this isn't possible, then change the page color in kunena to blue so the writing shows up...

Thanks again, any further help would be great,

Alex

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

More
14 years 11 months ago - 14 years 11 months ago #98622 by sozzled
Add the following lines to the end of your Joomla template CSS file (../templates/alch/css/template.css):
Code:
#Kunena div.kthead-desc, #Kunena div.kthead-moderators { color: black; } #Kunena ul#kstatslistleft li, #Kunena ul#kstatslistright li { color: black; } #Kunena tr.krow1 td { color: black; } #Kunena tr.krow2 td { color: black; } #Kunena td.kprofileboxcnt { color: black; } #Kunena div.kmsgbody div.kmsgtext { color: black; }
These are just the ones that I found; you will probably find a few others, too. The solution is for you to learn how to use Firebug for Firefox to identify the webpage element(s) that is/are not coloured the way that you want them and apply a color rule like I have shown above.
Last edit: 14 years 11 months ago by sozzled.

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

Time to create page: 0.263 seconds