How to disable icon upon post title

  • Posted in : Read WP
  • pixxart1995
    Participant

    Hi!
    I want to ask how to switch off this icons like pencil, hand etc. that shows upon the post titles? Cheers!

    Mehmet S.
    Keymaster

    Paste to Theme Options > Style > Custom CSS:

    .format-video:before { content: ""; }
    .format-audio:before { content: ""; }
    .format-image:before { content: ""; }
    .format-gallery:before { content: ""; }
    .format-link:before { content: ""; }
    .format-aside:before { content: ""; }
    .format-quote:before { content: ""; }
    .format-status:before { content: ""; }
    .format-chat:before { content: ""; }
    
Viewing 2 posts - 1 through 2 (of 2 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