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

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 [SOLVED] Login Button Color

More
15 years 3 months ago - 15 years 3 months ago #84242 by Campaign_Promotions
Hello, I'm trying to change the color of the login button as it blends in with the template. Firebug changes changed the mark as read button but won't reflect the change in the login. Can you please point me in the direction as to what CSS to edit?

Thank you.
Last edit: 15 years 3 months ago by Campaign_Promotions.

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

More
15 years 3 months ago - 15 years 3 months ago #84244 by Campaign_Promotions
It was actually the logout button that wasn't changing.

For anyone else looking to change the color of the login and log out buttons add the following to the bottom of your template.css

}
#Kunena .button, #Kunena .kbutton {
/* Change the login button color */
background-color: #294D60;
border-color: #999999;
/* Change the text color */
color: #FFFFFF;
}
/* Change the logout button color */
#Kunena td.kprofileboxcnt ul.kprofilebox-welcome li input.kbutton{background-color:#294D60;}

The above css has my unique colors in it already, you'll want to change them to match your template. Putting the change in your template.css means when you upgrade Kunena it doesn't reset it. If you wish to change it directly in the kunena css you can do so in the kunena.default-min.css file.
Last edit: 15 years 3 months ago by Campaign_Promotions.

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

Time to create page: 0.232 seconds