CloudCannon Documentation

Available with CloudCannon hosting.

CloudCannon automatically adds the cc-active class to any <a> tags that point to the current page. You can style the cc-active class with CSS to highlight it.

.cc-active {
  opacity: 0.5;
  pointer-events: none;
}
Comments