diff --git a/view/frontend/layout/default.xml b/view/frontend/layout/default.xml
index 86ae00b..c7d4685 100644
--- a/view/frontend/layout/default.xml
+++ b/view/frontend/layout/default.xml
@@ -3,4 +3,9 @@
+
+
+
+
+
diff --git a/view/frontend/templates/info.phtml b/view/frontend/templates/info.phtml
new file mode 100644
index 0000000..f0efe02
--- /dev/null
+++ b/view/frontend/templates/info.phtml
@@ -0,0 +1,15 @@
+
+ *
+ * @var \Magento\Framework\View\Element\Template $block
+ */
+?>
+
diff --git a/view/frontend/web/css/source/_module.less b/view/frontend/web/css/source/_module.less
index d1a10b5..5f8ff14 100644
--- a/view/frontend/web/css/source/_module.less
+++ b/view/frontend/web/css/source/_module.less
@@ -6,12 +6,21 @@
.justinkase-hint-info {
display: none;
}
+
.justinkase-hint-extra {
display: none;
}
}
+.justinkase-hint-footer {
+ display: none;
+}
+
body.justinkase-hints-enabled {
+ .justinkase-hint-footer {
+ display: block;
+ }
+
.justinkase-hint {
display: block;
position: relative;