• Hi, I want to hide the headers and color box behind the headers on post and portfolio pages but still would like use the hero text on the home page. the code below removes all of it.

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

    is there a way to keep the animated home page text but hide the headers and banner on portfolio pages? If not is there a way to left align the header on the portfolio pages?

    Thank you!

    • This topic was modified 4 years, 4 months ago by alidacher.
    • This topic was modified 4 years, 4 months ago by alidacher.

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

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

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    body:not(.home) .ignis-hero-area {
      display: none;
    }
    

    Regards,
    Kharis

Viewing 1 replies (of 1 total)
  • The topic ‘keep animated type, lost banner on posts?’ is closed to new replies.