Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted May 2, 20195 yr 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
May 2, 20195 yr Community Expert ACP > Members > Groups. Edit the group, and you can specify a single color, or custom HTML, under Group Formatting.
May 2, 20195 yr Author Okay i see that now; Thank you! But im completely unsure how to make it look like the image i have provided.
May 2, 20195 yr 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.
May 2, 20195 yr 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.
May 9, 20195 yr 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.