Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1002600

    Hi
    Open "/html/mod_jalogin/default.php" in template "ja_platon".
    Find and remove the below code

      <li>
                                            <a href="<?php echo JRoute::_('index.php?option=com_users&view=registration'); ?>">
                                                <?php echo JText::_('REGISTER'); ?></a>
                                        </li>

    And below code in /css/custom.css file

    
    .modal #ja-user-register-tab {display:none;}

    For 2nd issue can u give me some more information.

    Regards

    infomathmods Friend
    #1002609
    1. It worked just be adding the code in /css/custom.css file, thanks
    2. I sent you a screenshot of what I meant. If you have time, you can even check it live on the website http://www.intermaths.eu
      Just click on login. You’ll see that at the bottom of that window there’s only a "CLOSE" link being shown. The "LOGIN" link is hidden, it only appears when you hover with your mouse. I mean, I know it should be there somewhere, but I guess it should be visible at any time, even when you don’t hover on it
    Pankaj Sharma Moderator
    #1002624

    Hi
    Add below code in custom.css file

    #ja-login-form #login-form .btn-primary {
        width: 200px;
        color: #000;
    }

    Hope it helps.

    infomathmods Friend
    #1002629

    it’s shown now, thanks

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  infomathmods 7 years, 9 months ago.

The topic ‘Login module’ is closed to new replies.