• I am trying to help a friend troubleshoot.

    1. We add an image to the hero via the Appearance > Customize > Header Image
    2. However, there is text that that the theme embeds over the image.
    3. Looking at the source, it says it is the swiper-slide-heading

    I cannot find anywhere to disable that heading so that it does not display

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

    You can use the custom CSS code in Appearance -> Customize -> Additional CSS to hide the heading

    .swiper-slide-heading {
      display: none
    }

    Regards.

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