Is it possible to remove the line from the event banner?

  1. Home
  2. Docs
  3. Fudge2
  4. Frequently Asked Question...
  5. Is it possible to remove the line from the event banner?

Is it possible to remove the line from the event banner?

Install and activate child theme.

Login to the admin dashboard. Navigate appearance -> editor menu. On the stylesheet (style.css) please add the following style.

.hero__layout .time-schedule .site__title::after {
  background: none;
}

Update the file.

Was this article helpful to you? Yes No