[RSS Feed/News] Disable "What's New" for guest in mobile

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
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

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom