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.
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.
Idea Forum Header- Change from blue?
Something is wrong in your install. The template parameters should work just fine. We are suing them on various test sites to change the colors.
Are you using them with or without Auto Blend option?
Can you post a screen shot of the template setting?
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
- crystalm28
-
Topic Author
- Offline
- Junior Member
-
- Posts: 19
- Thank you received: 0
I am attaching two files.
1. Blue Eagle Template print screens & CSS file (after manually editing)
2. Example Template print screens & css file (after manually editing)
Here is what I want to accomplish.
1. Change the blue headings to the same grey color used in the menu
2. Change the folder image to the same grey color used in the menu
3. Change the blue font to black
Thank you, Thank you!!!!!!!!!!!!!!!!!!
Please Log in or Create an account to join the conversation.
www.kunena.org/forum/170-k-16-templates-...y-kunena-16-template
If that works, your installation is OK and your problem is solved (using a different method). If not, you've altered your default template (or other files) in a way that's causing a problem.
Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com
Please Log in or Create an account to join the conversation.
- crystalm28
-
Topic Author
- Offline
- Junior Member
-
- Posts: 19
- Thank you received: 0
Can you tell me what section in your CSS code allows you to edit the topic headers?
Can you tell me how to change the blue file folders?
Thank you again!!!
Crystal
Please Log in or Create an account to join the conversation.
At a guess, I would saycrystalm28 wrote: Can you tell me what section in your CSS code allows you to edit the topic headers?
#Kunena div.kheader {
background:none repeat scroll 0 0 #5388B4;
}
You can confirm this with Firebug .
You need to use an image editor to paint new images. Something like Inkscape , for example.crystalm28 wrote: ... the picture of the envelope also stayed blue ... Can you tell me how to change the blue file folders?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Replace the color with the one you want.
Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com
Please Log in or Create an account to join the conversation.