• Resolved OB

    (@reburton3941)


    Hi,

    I would like to hide or eliminate the two lines “Bookmark the permalink” and “Edit” at the foot of my posts. I have a child theme but no experience in making changes to the style.css file. I am interested in learning if someone can explain it to a novice.

    My URL is http://www.bestmenswatchesreviews.com

    I greatly appreciate any help anyone can give me!

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • James Geiger

    (@jagst3r15)

    Edit only shows up if you are logged in, so don’t worry about that 🙂

    For the Bookmark the permalink you can add the following code in a child theme or use a custom CSS plugin:

    footer.entry-meta {
        display: none;
    }

    Hope that helps 🙂

    esmi

    (@esmi)

    @james Geiger: Please do not encourage people to edit theme files directly. At best, they will lose all of their changes when they update the theme. They should be recommended to create a child theme or use a custom CSS plugin for their changes.

    James Geiger

    (@jagst3r15)

    @esmi sorry about that, I sometimes just assume that is what they are going to do, but I shouldn’t. I will edit my forum post 🙂

    esmi

    (@esmi)

    Thanks. 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Hiding "Bookmark the permalink" and "Edit"’ is closed to new replies.