Jump to content

How to change highlight post background color?


Selim Atalay

Recommended Posts

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;
}

 

Link to comment
Share on other sites

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

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. :)

Link to comment
Share on other sites

Archived

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

  • Recently Browsing   0 members

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