How to disable icon upon post title Posted in : Read WP pixxart1995Participant 11 May 2013 at 22:44 #5779 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 12 May 2013 at 00:06 #5804 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 Read WP - Minimalist WordPress Blog Themeby pixelwars Login and Registration Log in · Register