Data at Your Fingertips: Explore Our New Reporting and Statistical Capabilities By Ryan Ashbrook Tuesday at 01:29 PM
Devin Blevins Posted May 2, 2019 Share Posted May 2, 2019 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 Link to comment Share on other sites More sharing options...
Ryan Ashbrook Posted May 2, 2019 Share Posted May 2, 2019 ACP > Members > Groups. Edit the group, and you can specify a single color, or custom HTML, under Group Formatting. Link to comment Share on other sites More sharing options...
Devin Blevins Posted May 2, 2019 Author Share Posted May 2, 2019 Okay i see that now; Thank you! But im completely unsure how to make it look like the image i have provided. Link to comment Share on other sites More sharing options...
Jim M Posted May 2, 2019 Share Posted May 2, 2019 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. Link to comment Share on other sites More sharing options...
Devin Blevins Posted May 2, 2019 Author Share Posted May 2, 2019 how do i get it to look like its glowing? Link to comment Share on other sites More sharing options...
Jim M Posted May 2, 2019 Share Posted May 2, 2019 1 minute ago, Devin Blevins said: 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. Link to comment Share on other sites More sharing options...
Devin Blevins Posted May 2, 2019 Author Share Posted May 2, 2019 Any ideas on what i would search to find it? Link to comment Share on other sites More sharing options...
Bulletbrain Posted May 9, 2019 Share Posted May 9, 2019 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.