- Posts: 3
- Thank you received: 0
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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 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.
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
1 year 7 months ago - 1 year 7 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
imgur.com/a/bffavQz
Last edit: 1 year 7 months ago by Maduk.
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 973
- Thank you received: 153
1 year 7 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:
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.
1 year 7 months ago #231865
by Maduk
Replied by Maduk on topic Login Bar Colors
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 973
- Thank you received: 153
1 year 7 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.
1 year 7 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.
Less
More
- Posts: 973
- Thank you received: 153
1 year 7 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.308 seconds