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
Please note: The Kunena project team takes NO responsibility for maintaining nor supporting anything in this category.
Solved How to modify background color in user popup
9 years 3 months ago - 9 years 3 months ago #182109
by JorgeMax
How to modify background color in user popup was created by JorgeMax
Last edit: 9 years 3 months ago by JorgeMax.
Please Log in or Create an account to join the conversation.
9 years 3 months ago - 9 years 3 months ago #182122
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic How to modify background color in user popup
Try this code:
Code:
.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;
}
Important! Always create a backup before you make any changes to your website!
Last edit: 9 years 3 months ago by rich.
The following user(s) said Thank You: JorgeMax
Please Log in or Create an account to join the conversation.
9 years 3 months ago #182129
by JorgeMax
Replied by JorgeMax on topic How to modify background color in user popup
Hi Rich! 
First of all, thank you very much for your help.
Only a question... ¿where must I insert this code?
Thanks in advance.
Best regards.
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.
9 years 3 months ago #182200
by JorgeMax
Replied by JorgeMax on topic How to modify background color in user popup
Hi again Rich! 
¿Could you tell me what file must I edit to insert this code?
Thank you!
¿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.
9 years 3 months ago #182207
by Tomzie
Replied by Tomzie on topic How to modify background color in user popup
Hi JorgeMax,
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.
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.
The following user(s) said Thank You: JorgeMax
Please Log in or Create an account to join the conversation.
9 years 3 months ago - 9 years 3 months ago #182212
by JorgeMax
Replied by JorgeMax on topic How to modify background color in user popup [SOLVED]
Hi Tomzie! 
Thank you for the reply!
Done! Works fine!
Thanks again both!!!
Thank you for the reply!
Done! Works fine!
Thanks again both!!!
Last edit: 9 years 3 months ago by JorgeMax.
Please Log in or Create an account to join the conversation.
Time to create page: 0.252 seconds