Ques/Help Disable "What's New" for guest in mobile

D

Dixie McCall

Guest
Hello
How do I disable the "what's new" feature and remove that icon in mobile for guests? I have my public navigation correct and I've tried the below code in CSS, both aren't doing the job. It is removed for guests in desktop mode but not mobile.

[data-template="forum_list"][data-logged-in="false"]
{
.p-title-pageAction .button--icon--bolt
{
display: none;
}

}

Thanks

Continue reading...