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.

Topics must relate to a currently supported version of Kunena. If you are unsure what is the current supported version of Kunena, please go to the download page.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question Login Bar Colors

More
1 year 5 months ago - 1 year 5 months ago #231863 by Maduk
Login Bar Colors was created by Maduk
I am trying to change the colors of the login bar, but im having trouble finding the CSS location for it even using the inspect function in chrome. https://imgur.com/a/bffavQz

imgur.com/a/bffavQz

 
Last edit: 1 year 5 months ago by Maduk.

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

More
1 year 5 months ago #231864 by Pinkeltje
Replied by Pinkeltje on topic Login Bar Colors
Hard to say when seeing only an image. A link to your site would be more helpful.
Suppose you want to change the menu-item colors?
Try this:
Code:
#kunena .nav-link.active {   color: red; } #kunena .nav-link {   color: blue; }
 

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

More
1 year 5 months ago #231865 by Maduk

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

More
1 year 5 months ago #231866 by Pinkeltje
Replied by Pinkeltje on topic Login Bar Colors
You don't have a menu, so can't help you with that. But this definition changes the background of the navbar:
Code:
#kunena .navbar.navbar-expand-lg.navbar-light.bg-light.shadow-lg.rounded.border {   background-color: #A69D86 !important; }
 

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

More
1 year 5 months ago #231870 by Maduk
Replied by Maduk on topic Login Bar Colors
So i have been editing in the hard CSS, i assume this is an override to use in user.css??

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

More
1 year 5 months ago #231871 by Pinkeltje
Replied by Pinkeltje on topic Login Bar Colors
Yes. You have to add this to your user.css.

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

Time to create page: 0.495 seconds