Removing Format Icon

  • Posted in : Bloggy WP
  • Lencano77
    Participant

    Hello,

    I have searched on the net for a solution, but is there a way to remove the format icons in the masonry style – filtered on a caterogry?
    See the url:
    http://kevinleijten.nl/category/thiery/

    I would like to remove the aside icon.

    The code that I tried:
    .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;
    }

    But it had no effect.

    I hope you can help.

    Mehmet S.
    Keymaster

    Hi, use this in your custom css field:

    .format-aside:before { display: none; }
    
    Lencano77
    Participant

    Hi Mehmet,

    It worked!

    Thanks for the fast reply!

    Mehmet S.
    Keymaster

    You are welcome.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register