Solved

Modbreaks and Best Answers Showing in Unexpected Colors

  • 15 December 2020
  • 3 replies
  • 48 views

Badge

Hi there,

I submitted a ticket about this but I’m trying to resolve ASAP so wondering if anyone here can help.

Modbreaks and Best Answers are showing in unreadable/unexpected colors. I’m guessing Pinned Replies are, too, I just don’t have an example at hand.

Our company changed our brand blue slightly and I updated it using Theme > Colors but I’m not sure why this would impact the colors of these highlighted posts, as both blues were dark blues.

Any suggestions? 

Best Answers used to show with a light green background (and they still do when viewed as embedded in original post as best answer).

 

Modbreaks used to be transparent and only have a light blue border.

icon

Best answer by LPortalupi 16 December 2020, 00:29

View original

3 replies

Badge

Take a look at this thread, looks like @Kgastaldo had the same issue:

 

tl;dr: Add the following custom CSS to your community:

.post--bestanswer, .answer-field{
background: #00d89e;
}

 

Badge

THANK YOU SO MUCH, @mstone! I searched inSpired before posting but missed this. Very much appreciate you taking the time to direct me to this thread.

Badge

In the end, this is the custom CSS I added to get Best Answer & Modbreaks to appear correctly:

.post--bestanswer {
border: 1px solid #37bc98;
background: #f7fcfa;
}
.post--modbreak {
border: 1px solid #382d8b;
background: #f7f6fe;
}

 

[@Julian feel free to merge this thread with the existing one!]

Reply