Jump to content

How to change highlight post background color?

Featured Replies

Posted

Hi.

I want change highlight post background color. Help me please.

My forum ss: XYKW6Zk.png

 

I want to this: AZZz2Ta.png

Thanks.

  • Author

Help :(

ACP -> Customization -> Edit theme -> Front-End Colors

  • Author
  On 3/7/2017 at 9:09 AM, Simon Woods said:

ACP -> Customization -> Edit theme -> Front-End Colors

tried but not. I say popular post highlight.

  On 3/8/2017 at 10:40 AM, yRookieMan said:

tried but not. I say popular post highlight.

What do you mean by "popular post"?

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

Untitled-11.thumb.jpg.08b9aba74959fd6ea4cc73e11cfd8db9.jpg

was

.ipsComment:not( .ipsModerated ):not( .ipsComment_selected ).ipsBox.ipsComment_popular {
    background-color: rgba(100,167,248,0.2) !important;
}

 

  • Author
  On 3/8/2017 at 11:21 AM, 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

Untitled-11.thumb.jpg.08b9aba74959fd6ea4cc73e11cfd8db9.jpg

was

.ipsComment:not( .ipsModerated ):not( .ipsComment_selected ).ipsBox.ipsComment_popular {
    background-color: rgba(100,167,248,0.2) !important;
}

 

Thanks for your help. :)

Ah, this looks like a Leaderboard thing? Assuming so, that's where I got confused. Glad you got it sorted. :)

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:

 

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.