- Forum
- Community self help
- Customising Kunena
- General user contributions
- How to modify background color in user popup
Kunena 5.2.4 and Blue eagle 1.6.4 released (04 Apr 2021)
The Kunena team has announce the arrival of Kunena 5.2.4 [K 5.2.4] which is now available for download as a native Joomla extension for J! 3.9.x. This version addresses most of the issues that were discovered in K 5.2 and issues discovered during the development stages of K 5.2.4
REQUIREMENTS
Blue Eagle 1.6.x requires Kunena 5.2.x to work with, this template isn't designed to works with Bootstrap 3 and Bootstrap 4.
Solved How to modify background color in user popup
Please Log in or Create an account to join the conversation.
.layout#kunena .dropdown-menu {
color: #000;
}
.layout#kunena .navbar-inner {
border-color: #000;
background: #474747;
background: -moz-linear-gradient(top, #474747 0%, #000000 100%);
background: -webkit-linear-gradient(top, #474747 0%,#000000 100%);
background: linear-gradient(to bottom, #474747 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#000000',GradientType=0 );
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.navbar .nav > li > a {
background-color: #000;
text-shadow: none;
}
Please Log in or Create an account to join the conversation.

First of all, thank you very much for your help.
Only a question... ¿where must I insert this code?
Thanks in advance.
Best regards.

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

¿Could you tell me what file must I edit to insert this code?
Thank you!

Please Log in or Create an account to join the conversation.
You can add a custom.css file via ftp on this location: /components/com_kunena/template/crypsis/assets/css/custom.css.
Then just paste the code there and it should work.
Please Log in or Create an account to join the conversation.

Thank you for the reply!
Done! Works fine!
Thanks again both!!!

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

I will test it too, and comment here.
Thank you!

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

Please Log in or Create an account to join the conversation.
Forum Access
- Not Allowed: to create new topic.
- Not Allowed: to reply.
- Not Allowed: to edit your message.
- Forum
- Community self help
- Customising Kunena
- General user contributions
- How to modify background color in user popup