Posted March 4, 20178 yr Hi. I want change highlight post background color. Help me please. My forum ss: I want to this: Thanks.
March 8, 20178 yr Author On 07.03.2017 at 0:09 PM, Simon Woods said: ACP -> Customization -> Edit theme -> Front-End Colors I tried but not. I say popular post highlight.
March 8, 20178 yr 25 minutes ago, yRookieMan said: I tried but not. I say popular post highlight. What do you mean by "popular post"?
March 8, 20178 yr Something like .ipsComment:not( .ipsModerated ):not( .ipsComment_selected ).ipsBox.ipsComment_popular { background-color: your-colour-here !important; } to you custom.css will do the trick. This was .ipsComment:not( .ipsModerated ):not( .ipsComment_selected ).ipsBox.ipsComment_popular { background-color: rgba(100,167,248,0.2) !important; } Edited March 8, 20178 yr by Meddysong
March 8, 20178 yr Author 7 hours ago, Meddysong said: Something like .ipsComment:not( .ipsModerated ):not( .ipsComment_selected ).ipsBox.ipsComment_popular { background-color: your-colour-here !important; } to you custom.css will do the trick. This was .ipsComment:not( .ipsModerated ):not( .ipsComment_selected ).ipsBox.ipsComment_popular { background-color: rgba(100,167,248,0.2) !important; } Thanks for your help.
March 8, 20178 yr Ah, this looks like a Leaderboard thing? Assuming so, that's where I got confused. Glad you got it sorted.
March 8, 20178 yr Nope, it's nothing to do with Leaderboard. It's a standard feature for topics whose opening posts receive a set number of likes. Here's the example I played with: Edited March 8, 20178 yr by Meddysong
Archived
This topic is now archived and is closed to further replies.