On other templates when user is registered and logged in, there is a greeting message next to the login module on the top of the screen something like: "Hello username". However, no greetings appear for the logged in users in Events II template. Can we add it somehow?

Best,

Zoran

    zmand13
    Hi
    In JA Event we used JA Login module in with an override in the template, so it will show in Modal box.
    You can open the Module and turn on Show Greeting. Once you logged in on site, you will see the Greeting near the logout button in login module.

    Regards

    Great! Thanks Pankai.
    Another point: the greetings font color takes the font color of the default template. However, tha JA login module goes over the slideshow module and masshead module which is in our case dark colored and makes the greetings text completely invisible or barely visible.

    Can I change the font color of the greetings or even better can I add the background color of the fonts?

    Best,

    Zoran

      zmand13
      Hi
      Can you Edit fields in first post and submit site login credentials. Provide a screenshot how u want to display it.
      I will check this request.

      Regards

      I provided the credentials.
      Please check the screenshot:

      The greetings message is on the left side of the Log out button on the top right corner on the screen and it is barely visible. The text inherited template font color. How can I override it and change either the font color or the background color of the text?

      Best,
      Zoran

        zmand13
        Hi
        Add this code in custom.css file and change the color code as per needs

        
        .head-btn .login-greeting {
            color: #fff;
        }

        Thanks Pankaj!
        That's it!
        Best,
        zoran

        Ninja locked the discussion.
        Write a Reply...
        You need to Login to view replies.