Jump to content

Highlight Replies per membergroup


Thomjeee

Recommended Posts

Posted

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! 

Posted

Highlighted replies will be located inside the groups. See screenshot below.

download.thumb.png.27ff4f6a521f838df257ed867e8c2465.png

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.

Posted
9 hours ago, Brian A. said:

Highlighted replies will be located inside the groups. See screenshot below.

download.thumb.png.27ff4f6a521f838df257ed867e8c2465.png

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. 

Posted

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

Posted
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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...