- Posts: 22
- Thank you received: 0
Kunena 6.4.8 Released
The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.
Solved Background color of "Edit" button?
I use default Blue Eagle 2.0 template (which is perfect
Is this possible, and how? Also, is it possible to add "onmousehover" effect (background color changes)?
I apologize, my English is bad.
Thanks in advance!
Please Log in or Create an account to join the conversation.
First
#Kunena a:link, #Kunena a:visited, #Kunena a:active, #Kunena a:focus {
color: #5388b4!important;
background-color: transparent!important; << delete this line ( just this background-color: transparent!important;)
Second
#Kunena h2 span.kheadbtn a {
border-color: #FFF;
background-color: #5388B4; << here add what color you want
Please Log in or Create an account to join the conversation.
Adding extra CSS to the end of your Joomla site template will override Kunena CSS. Therefore, it's easier to maintain Kunena if you do not change any of the files in Kunena. If you change any files in Kunena, the changes will be lost when you upgrade Kunena. Many people change files in Kunena and then they find themselves stuck, not being able to upgrade Kunena because they fear that they will lose the custom changes that they've made. While it's true that suggestions made by people to change the file kunena.default-min.css will probably work, we do not recommend making changes directly to this file.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
#Kunena a:link, #Kunena a:visited, #Kunena a:active, #Kunena a:focus {
color: #5388b4!important; }
#Kunena h2 span.kheadbtn a {
border-color: #FFF;
background-color: #990000; }
but it didn't work. So, I just added this code to the end of my Joomla site template (template.css) - but it also didn't work.
Is there another option, or I have to edit kunena.default-min.css?
Thanks,
Sorry, my English is bad.
Please Log in or Create an account to join the conversation.
post a link to your site
Please Log in or Create an account to join the conversation.
(browser cache
Thank you very much!
Please Log in or Create an account to join the conversation.