• LindaBannerman

    (@lindabannerman)


    I’m interested in removing an image from internal pages on my site. I have a picture of a rose on my home page. . . rather like a banner at the top. It was first established in twenty ten and I migrated it to Virtue. Problem is,when it migrated, it also appears at the top of every page and I don’t want that. I can’t find how to get rid of it on internal pages. Help!

Viewing 1 replies (of 1 total)
  • Theme Author Ben Ritner – Kadence WP

    (@britner)

    Try adding this to your custom css box, in the theme options:

    .virtue_banner {
    display:none;
    }
    .home .virtue_banner {
    display:block;
    }

    Kadence Themes

Viewing 1 replies (of 1 total)
  • The topic ‘How do I delete an image from top of each page?’ is closed to new replies.