• How do I get rid of the big, orange banner in the Ignis theme that sits behind the title of my pages? I’d like to just get rid of the title and banner altogether. I’ve tried the Title Remover plugin but that doesn’t work.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello,

    You can try to use the following CSS code in order to hide (not remove) that header text banner.

    You can add CSS code in Dashboard → Appearance → Customize → Additional CSS.

    .ignis-hero-area .header-text {
        display: none;
    }

    Kind Regards, Roman.

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