By Sunny on Thursday, 04 May 2017
Posted in Technical Issues
Likes 0
Views 280
Votes 0
I'm upgrading my site on localhost, I've noticed that there is a text "Editing" in the stream title.

Can yo please let me know why is it there and how to make it go away?

Attaching screenshot for reference.

regards
I believe you probably are using an older css file or your browser has cached the css because it should not actually be visible unless there is an is-editing class added on the wrapper.
·
Thursday, 04 May 2017 21:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Okay got it,

It may be due to css overrides, which i copied from old site:


#es .es-editing-text {
display: none !important;
}


added the above to custom css and problem solved. Thanks!
·
Thursday, 04 May 2017 21:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Sunny, glad that your issues are resolved now
·
Thursday, 04 May 2017 21:25
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post