Kunena 6.3.8 Released

The Kunena team has announce the arrival of Kunena 6.3.8 [K 6.3.8] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

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
5 months 3 weeks ago - 5 months 3 weeks ago #1 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. 

imgur.com/a/bffavQz

 
Last edit: 5 months 3 weeks ago by Maduk.

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

More
5 months 3 weeks ago #2 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
5 months 3 weeks ago #3 by Maduk

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

More
5 months 3 weeks ago #4 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
5 months 2 weeks ago #5 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
5 months 2 weeks ago #6 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.

More
5 months 2 weeks ago #7 by 9themestore
Replied by 9themestore on topic Login Bar Colors
Hi Maduk,

You can add the above css code to the custom.css file in the "media/kunena/core/css/" folder.

- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful :)

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

Time to create page: 0.624 seconds