By Supporter on Tuesday, 09 October 2018
Posted in General Issues
Likes 0
Views 414
Votes 0
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?
You can use this way to make it only affect for the module styling.


body #es.mod-es-dropdown-menu .o-media__body {
color: #FFFFFF;
}
·
Tuesday, 09 October 2018 19:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Perfect!
Thank you Arlex.

This can be closed
·
Tuesday, 09 October 2018 20:36
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding
·
Wednesday, 10 October 2018 10:43
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post