-
AuthorPosts
-
missyw Friend
missyw
- Join date:
- May 2008
- Posts:
- 171
- Downloads:
- 0
- Uploads:
- 19
- Thanks:
- 98
- Thanked:
- 2 times in 1 posts
December 4, 2011 at 5:42 am #171441I am using the Community Builder login module in the topnav position. When the user logs in, they get a greeting:
Hi, adminFirebug 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.
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
December 5, 2011 at 7:39 am #427978Hi,
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>1 user says Thank You to himangi for this useful post
missyw Friendmissyw
- Join date:
- May 2008
- Posts:
- 171
- Downloads:
- 0
- Uploads:
- 19
- Thanks:
- 98
- Thanked:
- 2 times in 1 posts
December 7, 2011 at 12:39 am #428294😮 So sorry it was my (stupid) mistake! Thanks for finding and fixing it!! Great service 🙂
AuthorPostsViewing 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
can’t get mod_login_greeting working in template css
Viewing 3 posts - 1 through 3 (of 3 total)