Pencil icon above each post title

  • Posted in : Bloggy WP
  • julesei84
    Participant

    Is there any way to delete the pencil icon that shows up above each post title?

    Thank you!

    ahmetsali
    Keymaster

    Hi, pencil icon only appears on post format : aside, if you want to hide it try this custom css code;

    .format-aside:before { content: ""; }
    
    julesei84
    Participant

    Hi, thanks for your response. Nothing happened.

    ahmetsali
    Keymaster

    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.

    julesei84
    Participant

    Yes, I tried it again and nothing changed. :/

    ahmetsali
    Keymaster

    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;
    }
    
    julesei84
    Participant

    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
Login and Registration Log in · Register