• I want to remove the icons on the page next to the page/post titles. They are the grey colored pencil, piece of paper, etc… I have searched all over, and can only find posts about changing or adding color to the icons. I don’t want them AT ALL. I have a plugin that deletes the title of the page for me… but that stupid grey icon is still floating out in the middle of nowhere.

    See example:
    https://www.compfident.com/north-canton-ohio/

    Thanks for your time.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try:

    .format-icon:before {
    display: none;
    }
    .entry-summary.format-icon:before,
    .entry-content.format-icon:before,
    article.page .format-icon:before,
    article.format-standard .format-icon:before,
    article.format-gallery .format-icon:before,
    article.format-aside .format-icon:before,
    article.format-chat .format-icon:before,
    article.format-audio .format-icon:before,
    article.format-video .format-icon:before,
    article.format-status .format-icon:before,
    article.format-quote .format-icon:before,
    article.error404 .format-icon:before,
    article.format-image .format-icon:before,
    article.format-link .format-icon:before {
    display: none;
    }

    Hi
    Where do you paste the code above?

    Test it in the Customiz’it! CustomCSS Panel.

    Better to move it to a child theme to avoid losing any changes on next Update. See here if you don’t know about child themes:
    https://managewp.com/how-to-create-a-child-theme

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to Remove (Post Type) Icons?’ is closed to new replies.