-
= __('Cookie Policy') ?>
+
= __('Cookie Policy') ?>
= $this->getLayout()->createBlock(\Magento\Cms\Block\Block::class)->setBlockId($viewModel->getCookiePolicyIdentifier())->toHtml();?>
-
= $cookieGroup->getName() ?>
+
= $cookieGroup->getName() ?>
= $cookieGroup->getDescription() ?>
diff --git a/view/frontend/templates/widget/overview.phtml b/view/frontend/templates/widget/overview.phtml
index d720450..10bdbde 100644
--- a/view/frontend/templates/widget/overview.phtml
+++ b/view/frontend/templates/widget/overview.phtml
@@ -4,7 +4,7 @@ $cookieGroups = $block->getCookieGroups();
?>
-
= $cookieGroup->getName() ?>
+
= $cookieGroup->getName() ?>
= $cookieGroup->getDescription() ?>
diff --git a/view/frontend/web/css/source/_module.less b/view/frontend/web/css/source/_module.less
index 0b10422..6330355 100644
--- a/view/frontend/web/css/source/_module.less
+++ b/view/frontend/web/css/source/_module.less
@@ -90,8 +90,9 @@
.consent-tab-content {
position: relative;
- h3 {
+ p.title {
margin-bottom: 20px;
+ font-size: @font-size___l;
}
.cookie-toggle-wrapper {
@@ -171,7 +172,7 @@
// Cookie overview widget
// ---------------------------------------------
.cookie-consent-overview {
- h3 {
+ p.title {
margin-bottom: 20px;
}