Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Thomjeee Posted July 1, 2017 Posted July 1, 2017 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!
Brian A. Posted July 1, 2017 Posted July 1, 2017 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.
Thomjeee Posted July 2, 2017 Author Posted July 2, 2017 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.
newbie LAC Posted July 2, 2017 Posted July 2, 2017 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
Thomjeee Posted July 2, 2017 Author Posted July 2, 2017 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!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.