从主题内部链接到自身

我认为将以下 CSS 添加到您的 主题 中,应该能达到您想要的效果

.title-wrapper .fancy-title {
  pointer-events: none;
}

7 个赞