Feed Color Field

So I was wondering...

I noticed that the "Feed" has a field called "Color" yet it doesn't really do much, I tried changing the colors and posting different stuff but it appears to be there for no reason, I assume that's not the case as there must be a reasoning behind this field so I figured I'd ask.

 

What does it do or change? How can I use this field?

 

 

Thanks in advance!

Like 0

Like

3 comments

Hello Edo, 

 

This field changes the color of Channel message, you can check the changes in the Feed section directly:

 





Should  you have any additional questions, please let us know!

Best regards,

Anastasiia

Hey,

 

Thank you very much for your reply!

 

That is super weird, I just checked 3 different domains we are working on and none of them has this.

 

I was looking at the Feed section and it's all blank white, no matter what color is chosen.

 

 

Edo Sagron,

For me I can see the colors in the feed section itself, but not in the communication panel feed. There is CSS out of the box that hides the colors in the feed panel in the right side communication panel. I don't know if it was intentional or not, since it adds the left border color, but then sets the style to not show it, weird. Just thought I'd mention this in case you're looking at the feed in the panel. See 

https://share.customerfx.com/7KuAZj7p

If you wanted to override this, you could add this as a global style:

.right-panel #ESNFeedModule_WrapContainer .parentPostContainer {
    border-left-style: solid !important;
}

Then it will show the color in the communication panel feed items.

Ryan

Show all comments