Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • missyw Friend
    #171441

    I am using the Community Builder login module in the topnav position. When the user logs in, they get a greeting:
    Hi, admin

    Firebug tells me the greeting is formatted as follows:

    <span id="mod_login_greeting">Hi, admin</span>

    I have added the following code to template.css:

    #mod_login_greeting {
    font-size: 130%;
    color: #484848;
    font-weight: bold;
    }

    but it is being ignored. I don’t understand why it doesn’t work.


    1. greeting
    himangi Friend
    #427978

    Hi,

    I checked your css and found a square bracket used as an ending bracket for .mod_login_noaccount element styling. I have corrected it and now you can see the required change in the greeting message in CB Login module.

    <blockquote> .mod_login_noaccount {font-weight:bold; /*jb*/]

    #mod_login_greeting {
    font-size: 130%;
    color: #484848;
    font-weight: bold;
    } /*jb*/</blockquote>

    missyw Friend
    #428294

    😮 So sorry it was my (stupid) mistake! Thanks for finding and fixing it!! Great service 🙂

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

This topic contains 3 replies, has 2 voices, and was last updated by  missyw 12 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum