Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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
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.
Sticky The 5 minute quick and dirty Kunena 1.6 template
15 years 9 months ago - 15 years 9 months ago #53519
by severdia
Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com
The 5 minute quick and dirty Kunena 1.6 template was created by severdia
Now that Kunena 1.6 is in beta and rapidly approaching final form, I'd like to give you a demonstration of how easy it is to customize it. In fact, with our new template structure, you can customize the template to match your site in just a few minutes.
Most websites have a color palette of 2 or 3 colors and Kunena is the same. The third color for Kunena is grey, which goes anything so we're going to leave that color mostly as-is. Below is a snippet of CSS code. Replace the #XXXXXX color with the primary hex color of your site. Then replace #YYYYYY with the secondary hex color of your site. Paste this code at the bottom of your template.css file (in your Joomla templates folder). This will override Kunena's existing colors with your colors.
I left the comments in there so you can see what you're changing, but if you're a more experienced CSS user, you can combine the styles to be more efficient.
This is a great way to instantly customize your Kunena template to match your Joomla template. It's also upgrade-proof so when you update Kunena, all your customizations will remain untouched. Enjoy!
Most websites have a color palette of 2 or 3 colors and Kunena is the same. The third color for Kunena is grey, which goes anything so we're going to leave that color mostly as-is. Below is a snippet of CSS code. Replace the #XXXXXX color with the primary hex color of your site. Then replace #YYYYYY with the secondary hex color of your site. Paste this code at the bottom of your template.css file (in your Joomla templates folder). This will override Kunena's existing colors with your colors.
Code:
/* Change the link colors */
#Kunena a:link,
#Kunena a:visited,
#Kunena a:active {
color:#XXXXXX !important;
}
/* Change the header background colors */
#Kunena .kblock div.kheader {
background:none repeat scroll 0 0 #XXXXXX;
}
/* Change the header text colors */
#Kunena .kblock div.kheader h2 a:link,
#Kunena .kblock div.kheader h2 a:visited,
#Kunena .kblock div.kheader h2 a:active {
color: #fff !important;
}
/* Change the tab colors */
div#ktab ul.menu li a {
background-color: #XXXXXX !important;
}
/* Change the active tab & rollover colors */
div#ktab li#current a {
background-color: #YYYYYY !important;
}
div#ktab ul.menu li a:hover {
background-color: #YYYYYY !important;
}
/* Change the border color under the top nav */
#Kunena #ktop {
border-color: #YYYYYY;
}
/* Change the pagination color */
#Kunena .kpagination .active {
background:none repeat scroll 0 0 #XXXXXX;
border:1px solid #YYYYYY;
}
#Kunena .kpagination a {
border:1px solid #YYYYYY;
}
#Kunena .kpagination a:hover {
border:1px solid #YYYYYY ;
color: #fff !important;
background: #XXXXXX;
}
/* Change the post link color */
#Kunena div.kmsg-header h2 a {
color: #fff !important;
}
/* Change the toggler color */
#Kunena #ktop span.ktoggler {
background-color:#XXXXXX;
}
/* Change the button rollover color */
#Kunena .kbutton:hover, #Kunena .kbutton:focus {
background-color: #XXXXXX;
border-color: #YYYYYY;
}
I left the comments in there so you can see what you're changing, but if you're a more experienced CSS user, you can combine the styles to be more efficient.
This is a great way to instantly customize your Kunena template to match your Joomla template. It's also upgrade-proof so when you update Kunena, all your customizations will remain untouched. Enjoy!
Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com
Last edit: 15 years 9 months ago by severdia.
The following user(s) said Thank You: Admata, @quila, Hurr1c4n3, hkymre, mickaoy, markxcool, zomblaa, MarkBoy81, cbrace, Groenteman and 3 other people also said thanks.
The topic has been locked.
- Groenteman
-
- Offline
- Junior Member
-
Less
More
- Posts: 73
- Thank you received: 2
15 years 9 months ago - 15 years 9 months ago #53522
by Groenteman
Replied by Groenteman on topic Re: The 5 minute quick and dirty Kunena 1.6 template
Last edit: 15 years 9 months ago by Groenteman.
The topic has been locked.
15 years 9 months ago #53524
by severdia
Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com
Replied by severdia on topic Re: The 5 minute quick and dirty Kunena 1.6 template
Yes, those buttons are images so they won't change color. Only the form buttons will change color.
To change the color of those, you need to create a new image for the backgrounds. The image is located here:
components/com_kunena/template/default/media/iconsets/buttons/default/default.png
To change the color of those, you need to create a new image for the backgrounds. The image is located here:
components/com_kunena/template/default/media/iconsets/buttons/default/default.png
Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com
The topic has been locked.
- Groenteman
-
- Offline
- Junior Member
-
Less
More
- Posts: 73
- Thank you received: 2
15 years 9 months ago #53526
by Groenteman
Replied by Groenteman on topic Re: The 5 minute quick and dirty Kunena 1.6 template
The topic has been locked.
15 years 9 months ago - 15 years 9 months ago #53528
by Baze
Replied by Baze on topic Re: The 5 minute quick and dirty Kunena 1.6 template
Here is green non-crispy version
Last edit: 15 years 9 months ago by @quila.
The topic has been locked.
15 years 9 months ago #53529
by Baze
Replied by Baze on topic Re: The 5 minute quick and dirty Kunena 1.6 template
The topic has been locked.
Time to create page: 0.244 seconds