• I would like to remove the grey date, category, comments bar from the bottom of all my posts and see what it would look like. Make it look more like a website. I would be rad if I could make it so that they didn’t get included in future posts as well.

    I don’t really do html so a check box or a button push would be sweet.

    If it takes manipulating code would you pretty please explain:

    how to back my blog up,

    exactly where to find the code I have to perform the kinda scary surgery on,

    exactly what to do to the code like for someone who has never done any of that before,

    how to check it out and see if I like it,

    how to restore it if I don’t like it, and anything else you think I should know?

    You Guys are totally the best.

    authornouveau.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    you can do that in css as well by adding the following css
    it will be better if you add this css through a plugin
    https://www.ads-software.com/plugins/simple-custom-css/
    which add custom css to your theme

    .entry-footer{
    display:none;
    }

    Thread Starter Author Nouveau

    (@author-nouveau)

    Good day Mr/Mrs. Codemovement.

    That worked Great. So simple. Now its way more of a fresh hot art gallery thingy than it was before.

    is there any way I can now remove some of the blank space from in between my post? There is now what looks like about 5-6 inches or so of white screen where there used to be the entry footer.

    I would be sweet if I could make it like 2-3 inch or so of white space or perhaps put a bit of graphic there instead of the original entry footer.

    Thanks again Homie. That was sweet.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing the grey date, category, comments bar from the bottom of all my posts?’ is closed to new replies.