Navigation

How to make whole summary card clickable

Add this code to PagesWebsite ToolsCustom CSS

.summary-item .summary-title a:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.summary-metadata-container a {
  position: relative;
  z-index: 3;
}

Now you have the whole card clickable. It still allows to click categories, etc.

Replies 0

Shape Enter comment
Shape Enter name
Shape Enter email

On this page