• Resolved rexana

    (@rexana)


    I would like to remove the little page icon on all pages of my site, since it isn’t a blog. I have tried suggestions from other threads but I can’t seem to get it to work. I currently have a child theme that it bare bones right now. I am working on this site: rexanachurch.com

    Any help would be appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Hi! Give this a try in your child theme’s stylesheet:

    .page .genericon-document::before {
      content: none;
    }

    If you also want to remove the near-black circle in addition to the “page” icon, add this as well as the above:

    .page .entry-format-badge.genericon {
      background: none;
    }
    Thread Starter rexana

    (@rexana)

    Wonderful! Thanks so much, Kathryn!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Post Icon in Child Theme’ is closed to new replies.