Skip to main content

How to change signature font size in Hoop.la & Eve Community

Today's post is a quick tip for both Hoop.la and Eve Community.

 

Have you ever wished you could change the font size for just the signatures in your community?  For both Hoop.la and Eve Community, it's easy to do with some simple CSS inserted into the HEAD tag HTML.

 

For Hoop.la, go to Themes and edit the theme you are using. Insert the code below into the box that says, "Custom code for HEAD section."

 

<style type="text/css">
.signature {
font-size: 10px;
}
</style>


For Eve Community, go into Display Settings>Style Editor and edit the style you're using, then click Custom HTML. Insert the code below into the Head Tag box:


<style type="text/css">
.ev_tpc_signature {
font-size: 10px;
}
</style>

 

You can adjust the font-size value to whatever value suits your needs (pt, px, em, %, etc.).


___________________________________________________________

I'd love to hear your thoughts here in the comments, or connect with me on Twitter.

Add Comment

Comments (0)

×
×
×
Link copied to your clipboard.
×