Remove icons

  • Author
    Posts
  • #55050

    Is there a way to remove the icons, so when I post an image/gallery/aside, there isn’t as much empty space? In most instances for me it is obvious what kind of post it is, and the icon is essentially redundant.

    Very much appreciate the theme btw!

    Website: www.theraffyshow.com

    #55123
    Zed
    Cryout Creations mastermind

    The icons are present to indicate the post formats used (in your case image posts). There is no built-in option to disable theme, but they can hidden using CSS:

    .entry-format {
        display: none;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Remove icons’ is closed to new replies.