- Posts: 1663
- Thank you received: 201
Kunena 7.0.3 Released
The Kunena team has announce the arrival of Kunena 7.0.3 [K 7.0.3] in stable which is now available for download as a native Joomla extension for J! 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
This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.
The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.
Loved Kunena Login module with K, JS or CB Avatar
color of this input is not defined in the module css file.
Add this rule in the mod_klogin.css
input#modlgn_username .inputbox,
input#modlgn_passwd .inputbox {
color: #ffffff !important;
}
you need to check if this template have defined position where you want to publish this module*also, i'm not getting the login form in Forum (using the default_ex dark template)
Regards
Please Log in or Create an account to join the conversation.
- FreeThinker
-
- Offline
- Senior Member
-
- Posts: 121
- Thank you received: 0
did as you stated, but changes do not apply!
Please Log in or Create an account to join the conversation.
- FreeThinker
-
- Offline
- Senior Member
-
- Posts: 121
- Thank you received: 0
....but no changes!!!
tested it like this:
Please Log in or Create an account to join the conversation.
can you provide a link to your site, please. Thank you.
Please Log in or Create an account to join the conversation.
- FreeThinker
-
- Offline
- Senior Member
-
- Posts: 121
- Thank you received: 0
Please Log in or Create an account to join the conversation.
open the file template_css.css in your JOOMLA template css folder. Find line 279 and add red colored text.
input#mod_login_username.inputbox, input#mod_login_password.inputbox, input#modlgn_username.inputbox, input#modlgn_passwd.inputbox {
border:0 none;
color:white;
display:block;
height:24px;
width:170px;
}
Regards
Please Log in or Create an account to join the conversation.