Browse Source

Libretto: Make Only Site Logo/Title Clickable

Solution to issue #369
torres126 6 năm trước cách đây
mục cha
commit
b750118084
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  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
 ---------------------------------------------------------------*/