How to Fix JNews Theme
1. Please use this snippet
https://gist.github.com/KaineLabs/67734d0d639b30df35765b168acdbe01
Please follow instructions on this article to know where you should put it
https://kainelabs.ticksy.com/article/17309/
2. And then, please use this CSS
.not-logged-in #youzify-wall-nav #activity-all a::before {
content: '\f57e';
display: inline-block;
font-family: "Font Awesome 5 Free" !important;
background: -webkit-linear-gradient(right,#24c6dc ,#514a9d) !important;
padding: 10px;
margin-right: 5px;
font-size: 15px !important;
border-radius: 20px;
} .not-logged-in .youzify div.item-list-tabs li#activity-filter-select .youzify-activity-show-filter i, .youzify div.item-list-tabs li.youzify-activity-show-search .youzify-activity-show-search-form i {
width: 42px;
height: 42px;
line-height: 42px;
text-align: center;
border-radius: 3px;
margin-left: 8px;
cursor: pointer;
display: inline-block;
vertical-align: middle;
} .not-logged-in .youzify div.item-list-tabs li.youzify-activity-show-search {
float: right;
margin-top: 2px;
} .not-logged-in .youzify div.item-list-tabs li .youzify-dropdown-area {
right: 0;
top: 111px;
z-index: 99;
width: 334px;
padding: 15px;
display: none;
background: #f6f6f6;
text-align: center;
position: absolute;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
} .not-logged-in #youzify-wall-nav .item-list-tabs li#activity-filter-select label {
display: inline-block;
background: #a4aaca;
padding: 15px;
border-radius: 3px;
margin: 0;
margin-bottom: 0px;
font-size: 13px;
line-height: 15px;
color: #fff;
width: 100%;
text-align: center;
margin-bottom: 13px;
}
Please follow instructions on this article to know where you should put the
https://kainelabs.ticksy.com/article/16375/