Welcome to All Things GHL - Your Go To Resources for Code Snippets

Glow Effect

Make your area glow

/* -- Glowing Testimonial Box CSS -- */
.glow-up {
  box-shadow: 0 0 15px 5px gold, 0 0 5px 2px gold inset;
  transform: scale(1.05); /* Makes it slightly larger */
  border: 1px solid gold;
}
  1. Paste code into Custom CSS.

  2. Apply the glow-up class to any column or row

Last updated

Was this helpful?