super_almoner Posted February 13, 2011 Share Posted February 13, 2011 Hey all, just wondering, is there a way to change the font colour/size/etc. on the user-lookup? I mean, yes, I know how to change the whole page, but is there a way to change ONLY where it says "User-Lookup: "Your Username here" "? Oh, I forgot! Also, can you put a background behind just that part? Or make a box around it or something? I have a patterned background and it's hard to read... This post has been edited by a member of staff (Spritzie) because of a violation of the forum rules. Please don't double post. If you would like to add something, use the 'Edit' button. Please check your user inbox to see if you have been contacted regarding this incident, then review our rules. Quote Link to comment Share on other sites More sharing options...
Cornflakes Posted February 13, 2011 Share Posted February 13, 2011 I always just hide that part completely, because I find it unattractive. And yes, you can change the background of just that part. But it will make a background on all of the bold parts of your lookup, so you have to go in and put more coding to control the parts you don't want to have a background. You can change the font face, color, and size of it, but it will change all of the other parts in bold on your lookup as well. So you have to go in and type more coding to change the other parts back to what you want. See, it's such a fussy thing that I just get rid of it altogether. :D Here's what I whipped up while experimenting: <style> .content div b { font: 10px tahoma; color: red; background-color: #666; } .contentModuleContent table b { font: 12px verdana; color: green; background: none; } </style> Copy and paste that into your lookup. Happy tinkering! Quote Link to comment Share on other sites More sharing options...
super_almoner Posted February 13, 2011 Author Share Posted February 13, 2011 Ahh! Thanks so much! This really helps! :D I definitely see how fussy this is, might just get rid of it, too. Thanks again! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.