Hello,
There is a conflict between the comment body text in the ES stream and the user name in the ES dropdown menu module.
The conflict is that those two different items use the same code
I cannot change one without affecting the other though they are completely different ...
If I change the comment in ES stream to:
es .o-media__body {
color: #5a5a5a;
}
Then the user name in the drop down is modified but I want it to stay like:
#es .o-media__body {
color: #FFFFFF;
}
What should I do to use both modifications at the same time?