By Konrad Skalla on Tuesday, 19 February 2019
Posted in General Issues
Likes 0
Views 570
Votes 0
Hey guys!

I cant handle the things with css. Everytime when i change the color in photo comment area, it is changeing as well in the stream. Can you please help me with that? AS well i have a problem with description hover when i want to past the link from youtube... like on the photos. Please helpme to repair that.
Hi there,

Applied css codes below on Easysocial custom css files. Please give it a check and see how it goes.

[gist type="css"]

/*change color for stoty form and photo popup*/

#es .es-story-video-form .es-video-item-desp:hover {
background: #705b86;
}

#es .es-story-video-form .es-video-item-title {
color: #fff;
}
#es .es-photo-album {
color: black;
}
#es .es-photo-response .es-actions-list .es-time-lapse {
color: black !important;
}
#es .es-photo-response .es-actions__item-action .es-actions-list > li a .es-reaction-option__text {
color: black;
}
#es .es-photo-response .fa {
color: black !important;
}

#es .es-photo-response .es-actions-list a {
color: black !important;
}

#es .es-photo-response .es-comments-form__footer .btn {
color: black !important;
}
#es .es-photo-response .btn-es-default-o:hover {
color: black !important;
}
[/gist]
·
Tuesday, 19 February 2019 12:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Everything is perfect, just like i want to do thank you.

But after iv posted the comment under the photo. I get blank comment because of white font like on screen. There is as well black font of dropdown if we can change it please on white. Thank you

And in albums section i have black fonts because of changes in comments i guess. Screen in attachment
·
Tuesday, 19 February 2019 19:31
·
0 Likes
·
0 Votes
·
0 Comments
·
You can try to apply the css codes below to set the comments color in the photo popup,

[gist]
body #es.es-photo-popup .es-comments .es-comment {
color: #000 !important;
}
[/gist]

As for the photo item page, can you provide us with the url
·
Tuesday, 19 February 2019 22:11
·
0 Likes
·
0 Votes
·
0 Comments
·
This css code doesnt work for "Like" and "hour" (screen) there is still no info message in comment field "write a comment". I noticed as well that after you are logged and you go to your album ---> "Story photos" for example - the pop up is totally white, "load more" button also
·
Tuesday, 19 February 2019 23:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Applied css code below.

[gist type="css"]
/*Start image comment*/
#es.es-photo-popup .es-reaction-option__link {
color: black !important;
}

#es.es-photo-popup .es-reaction-option__link.is-active .es-reaction-option__text {
color: black !important;
}

#es.es-photo-popup .es-comments .es-comment-item-meta a {
color:black !important;
}

#es.es-photo-popup .es-reaction-icon-stat__counter {
color:black !important;
}
/*End image comment*/

/*Albums*/
#es .es-media-header-affix-wrapper.affix {
background: #195e9d;
border: 1px solid #195e9d;
}
#es .es-album-item.layout-item .es-album-more-button {
background: #195e9d;

}
[/gist]
·
Wednesday, 20 February 2019 11:01
·
0 Likes
·
0 Votes
·
0 Comments
·
So yes, few things are okey now, but... other back to the same like before.

- Albums are fine -

- Comments -
* Again i cant see the comment - white font.
* Reactions nicks are not visible - white font
* "Write a comment" inside comment field is not visilble - white font.
·
Wednesday, 20 February 2019 17:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Applied them. Can you give them a check?
·
Thursday, 21 February 2019 11:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Beautifull! Thank you.
·
Thursday, 21 February 2019 19:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

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.
·
Thursday, 21 February 2019 19:29
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post