• Hello!

    The question is, how can I remove this button at the bottom of my website. I could remove the button “create a menu” at the top by adding a css code, but till now I couldn’t find any info about removing “edit” button. Thank you for helping.(I use sydney theme)

Viewing 12 replies - 1 through 12 (of 12 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Why?

    Hi john8999,
    Add following code in your theme functions.php file
    add_filter( 'edit_post_link', '__return_false' );
    Hope it will works
    Thanks

    Thread Starter john8999

    (@john8999)

    Thanks cedcommerce, “edit” button has disapeared,but still there is a big gap between social buttons and footers. Any idea how to remove it?

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    john: Are you looking at the page while logged in or logged out?

    Hello john8999,
    You can remove the gap between social buttons and footers using css.
    Thanks

    Thread Starter john8999

    (@john8999)

    I have this gap when i am logged in and logged out, have no idea where this gap is in css. I don’t know that much coding.

    Hello john8999,
    Provide us your site url so that I can help you to remove the gap between social buttons and footers
    Thanks

    Thread Starter john8999

    (@john8999)

    Hi john8999,
    Add following css in theme’s style.css file

    .page-id-197 #post-197,
    .page-id-197 #content .content-wrapper,
    .page-id-197 #content {
        padding-bottom: 0;
    }
    .page-id-197 .entry-footer {
        margin-top: 0;
    }

    It will remove the gap between social buttons and footers.
    Thanks

    Thread Starter john8999

    (@john8999)

    Thank you very much ecedcommerce, it works perfectly:) great job.
    Could you tell me what I have done wrong with this second site, while homepage is perfectly good, without any weird gap. Thanks again.

    santanahot2

    (@santanahot2)

    Hello I’m Chuck I own worldrecordevent.com and I did not build the site but now I need to learn how to edit everything and rebuild myself. Anyway I have at the bottom of the top part of the page (I think?) Edit this entry? and it is in blue. For the life of me i can figure out how to get rid of that, any help appreciated, thank you.

    Hello my name is Jessica and I am also have a problem with removing the edit icon in my blog post. It is accessible to anyone. And would like it removed.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘How to remove "edit" button at the bottom’ is closed to new replies.