Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 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

Solved Login/Create account form window background color change

More
3 years 2 months ago #1 by perfcomp
The Sign in/Create account form pop-up has a white background. The white text color my template's css calls out makes the create account words invisible against the white background of the form.

Where can I change the background color of the form pop up? You can see it here:  www.mandktv.com/chat/chattin.html (click on Log In on the right).

Also, why are there two LogIn buttons on the right?

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

More
3 years 2 months ago #2 by rich

Also, why are there two LogIn buttons on the right?

Your Joomla template uses bootstrap 3 css, so you can't use Crypsisb4.
You can use either Crypsis, then you need in the template setting (tab Advanced) "Load bootstrap css = Yes", or you choose the template Crypsisb3.

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

More
3 years 2 months ago #3 by perfcomp
None of these experiments worked to allow the text in the drop down box be visible:
Crypsis Load bootstrap css = Yes
Clean Load bootstrap css = Yes
Crypsisb3

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

More
3 years 2 months ago - 3 years 2 months ago #4 by rich

rich wrote:

Also, why are there two LogIn buttons on the right?

Your Joomla template uses bootstrap 3 css, so you can't use Crypsisb4.
You can use either Crypsis, then you need in the template setting (tab Advanced) "Load bootstrap css = Yes", or you choose the template Crypsisb3.

This has nothing to do with the background color. CSS conflicts you can solve if you use the right template.

Try this code in your custom.less
Code:
.navbar-default, .dropdown-menu { background-color: #000; }
Last edit: 3 years 2 months ago by rich.

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

More
3 years 2 months ago #5 by perfcomp
Well, unfortunately, that didn't work either. I'm not sure why the drop down menu doesn't pick up the css of the template, but I'm grateful for your continued help to try to get the create new account/forgot password window to be visible.
Michael

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

More
3 years 2 months ago #6 by rich
You must empty the Joomla and Browser cache afterwards.

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

More
3 years 2 months ago #7 by perfcomp
Turns out the css you provided did not work in the custom.css, but I appended it to the template.css and it worked. Thank you for your help!

You can mark this issue solved.

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

Time to create page: 0.384 seconds