浏览代码

Libretto: Make Only Site Logo/Title Clickable

Solution to issue #369
torres126 6 年之前
父节点
当前提交
b750118084
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      libretto/style.css

+ 8 - 0
libretto/style.css

@@ -871,6 +871,14 @@ body:not(.libretto-has-header-image) .title-block {
   padding: 0;
 }
 
+:not(.libretto-has-header-image) .title-block {
+  pointer-events: none;
+}
+
+img.site-logo.attachment-libretto-logo,.site-title {
+pointer-events: all;
+}
+
 /*--------------------------------------------------------------
 5.2 Footer
 ---------------------------------------------------------------*/