Pencil icon above each post title Posted in : Bloggy WP julesei84Participant 14 February 2014 at 23:11 #12316 Is there any way to delete the pencil icon that shows up above each post title? Thank you! ahmetsaliKeymaster 15 February 2014 at 00:38 #12319 Hi, pencil icon only appears on post format : aside, if you want to hide it try this custom css code; .format-aside:before { content: ""; } julesei84Participant 15 February 2014 at 01:01 #12324 Hi, thanks for your response. Nothing happened. ahmetsaliKeymaster 15 February 2014 at 03:15 #12346 i just checked your site, and can’t see the custom css code in my previous post. Are you sure you pasted it to “Custom CSS” box. julesei84Participant 15 February 2014 at 20:07 #12367 Yes, I tried it again and nothing changed. :/ ahmetsaliKeymaster 16 February 2014 at 00:18 #12370 i just checked your markup, and you have a missing bracket that breaks the code after in your custom css code, #header-search-link, #header-search-link:hover, #header-search-link.active { background-color: #dbdbdb; color: #333; just add a close bracket to this piece of code; #header-search-link, #header-search-link:hover, #header-search-link.active { background-color: #dbdbdb; color: #333; } julesei84Participant 16 February 2014 at 18:56 #12382 It worked. Thank you so much for your help. I really appreciate it! Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in and have valid license to reply to this topic. License required for the following item Bloggy WP - Responsive Minimalist WordPress Themeby pixelwars Login and Registration Log in · Register