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

More
9 years 3 months ago - 9 years 3 months ago #182109 by JorgeMax
Hi all! :cheer:

With the new Cripsis template I see bad the text in upper bar and user popup... because the text is white too...

See the image:




The question is:

¿Can be modified the background color of this popup (1) and the bar (2)? ¿and how?

Thanks in advance.

Regards. ;)
Last edit: 9 years 3 months ago by JorgeMax.

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

More
9 years 3 months ago - 9 years 3 months ago #182122 by rich
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.

More
9 years 3 months ago #182129 by JorgeMax
Hi Rich! :cheer:

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.

More
9 years 3 months ago #182200 by JorgeMax
Hi again Rich! :cheer:

¿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.

More
9 years 3 months ago #182207 by Tomzie
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.
The following user(s) said Thank You: JorgeMax

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

More
9 years 3 months ago - 9 years 3 months ago #182212 by JorgeMax
Hi Tomzie! :cheer:

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