so what it does is it puts an X escape to all the projects with the category 26. It worked like a charm before. Did you tweak something with the categories?
/* 56 X Icon */
#escape {
position: fixed;
top: 2%;
right: 2%;
z-index: 5;
}
/* 56 X Icon */
body:not(.category-26) #escape{
display: none !important;
}
<a class="_X" id="escape" href="https://56hrs.com">╳</a>