Is it possible to remove the line from the slider?

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

Is it possible to remove the line from the slider?

Install and activate child theme.

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

.home .absolute.slider-content .short.bg-gold {
display: none;
}

Update the file.

Was this article helpful to you? Yes No