Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted July 1, 20177 yr Hey! I saw in the guides that there is a way to customize each group sso that they have their own CSS for highlighted replies, and was wondering how to go about doing that? Thanks!
July 1, 20177 yr Highlighted replies will be located inside the groups. See screenshot below. To edit the style of the replies, go to your theme settings and find these two settings (Highlighted Post Background and Highlighted Post Border) under the tab called "Front-End Colors". If you need any more help on this, I'll be gladly to input more information.
July 2, 20177 yr Author 9 hours ago, Brian A. said: Highlighted replies will be located inside the groups. See screenshot below. To edit the style of the replies, go to your theme settings and find these two settings (Highlighted Post Background and Highlighted Post Border) under the tab called "Front-End Colors". If you need any more help on this, I'll be gladly to input more information. Yeah, I got that. I was wondering how I'd be able to customize the highlighted color for each member group. The guide said something about the data-membergroup in the CSS class but I can't figure out the CSS class to call for.
July 2, 20177 yr Hello, 1. Enable "Highlight replies" for group(s). 2. Add in custom.css article[data-membergroup="X"] { background: #54e480 !important; /* other properties */ } X is member group ID
July 2, 20177 yr Author 12 hours ago, newbie LAC said: Hello, 1. Enable "Highlight replies" for group(s). 2. Add in custom.css article[data-membergroup="X"] { background: #54e480 !important; /* other properties */ } X is member group ID Sweet, thank you!
Archived
This topic is now archived and is closed to further replies.