对匿名用户隐藏自定义标题链接

在通过组件升级找到更简洁的方法之前,您可以在主题中添加以下 CSS 行:

.anon .custom-header-links {
    display: none;
}