• Is there a way to remove the line that shows up underneath the title in the slider/banner section?

Viewing 1 replies (of 1 total)
  • Hi there,

    Please open Appearance → Customize → Additional CSS and add this css:

    .frontpage-slider .caption h2:before {
    content: none;
    }

    Hope that helps.

    Best

Viewing 1 replies (of 1 total)
  • The topic ‘Title LIne’ is closed to new replies.