Jump to content

User-Lookup Help?


super_almoner

Recommended Posts

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.

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...