Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

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
7 years 3 months ago - 7 years 3 months ago #1 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: 7 years 3 months ago by JorgeMax.

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

More
7 years 3 months ago - 7 years 3 months ago #2 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; }
Last edit: 7 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
7 years 3 months ago #3 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
7 years 3 months ago #4 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
7 years 3 months ago #5 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
7 years 3 months ago - 7 years 3 months ago #6 by JorgeMax
Hi Tomzie! :cheer:

Thank you for the reply!

Done! Works fine!

Thanks again both!!! ;)
Last edit: 7 years 3 months ago by JorgeMax.

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

More
7 years 3 months ago #7 by rich
Not all is corectly. Try the codes in the /templates/favouritedark/css/custom.css
The following user(s) said Thank You: JorgeMax

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

More
7 years 3 months ago - 7 years 3 months ago #8 by JorgeMax
Sorry Rich! :S

I will test it too, and comment here.

Thank you! ;)
Last edit: 7 years 3 months ago by JorgeMax.

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

More
7 years 3 months ago #9 by JorgeMax
Seems to work fine.

Regards. ;)

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

Time to create page: 0.426 seconds