Jump to content

Name Title Color for Groups

Featured Replies

Posted

I am working on a forums and i was wondering if anyone knew how i could edit the Forum Group Titles? I have an example listed below

CustomNAMES.png

  • Community Expert

ACP > Members > Groups. Edit the group, and you can specify a single color, or custom HTML, under Group Formatting.

  • Author

Okay i see that now; Thank you!  But im completely unsure how to make it look like the image i have provided.

needhelp.png

  • Community Expert

Right now it's want you to insert HTML to provide some formatting. If you click the "Use Color" link to the right of the fields, it will allow you to select a color.

  • Author

how do i get it to look like its glowing?

  • Community Expert
 

how do i get it to look like its glowing?

That would likely be some other effects that user has added either via a third party add-on or custom CSS. It's not available out-of-the-box.

  • Author

Any ideas on what i would search to find it?

 

To get glowing text you need to use some CSS styling.

As mentioned before go to Members > Groups and select the group you want to edit (in this example administrators)

Then in the left edit box paste the following

<span style='color:#ff0; text-shadow: 0 0 5px #FF0, 0 0 10px #FF0, 0 0 15px #FF0;'>

then in the second edit box enter this

</span>

This should give you yellow glowing text.
You just need to do the same for all your groups remembering to change the 4 color values each time.

 

NOTE: It would probably be better to create a CSS class but as it is just for the group titles I think it's fine.

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.