• I’d like to know how I can hide the lines under posts that say something along the lines of “November 20th, 2015 | Author: [email protected] | Edit Posted in News | No Comments ?”

    I know usually I can choose to hide those in the reading settings, but I’m not finding anything..

Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter Lucas Pool

    (@lrileypool)

    And if I could change the “read more” boxes to black rather than blue!

    Thanks

    Thread Starter Lucas Pool

    (@lrileypool)

    Hello,
    Hope you are well.

    All I see is your coming soon page.

    Thanks.

    Thread Starter Lucas Pool

    (@lrileypool)

    Sorry about that. Coming soon page is now deactivated

    Hello,
    Try this CSS code.

    .blog-post-meta {
    display: none;
    }
    .Button {
    background-color: black;
    }

    Let’s see where this gets us and then we will go from there.
    Thanks.

    Thread Starter Lucas Pool

    (@lrileypool)

    That got everything but the “Posted in: [category] No comments”

    We are on the right track!

    Thread Starter Lucas Pool

    (@lrileypool)

    I’m sorry about this! could you possibly provide code for changing the page numbers on the bottom as well to black boxes? and the “next” box? that would be wonderful

    Hello,

    That got everything but the “Posted in: [category] No comments”

    I am not sure if I can change this since there is no custom div already attached to this item. I will continue to work on this for you though.

    For the page numbers, please try this CSS code.

    .navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
    background-color: black;
    }

    Thanks.

    Hello,
    I think you are going to have to edit a template directly to remove this. Can you look through your templates and find the template for displaying posts, then post it in a GitHub Gist or other website?

    Thanks.

    Thread Starter Lucas Pool

    (@lrileypool)

    Yes–thank you for your help!

    Thread Starter Lucas Pool

    (@lrileypool)

    Should I use this again when I edit the template directly?

    .blog-post-meta {
    display: none;
    }
    Thread Starter Lucas Pool

    (@lrileypool)

    Never mind– I misunderstood for a minute. I got ya now, though.

    Thread Starter Lucas Pool

    (@lrileypool)

    I will post that template code in in a GitHub Gist the near future, but if anyone else has an easier or quicker solution (never used a GitHub Gist), that would be awesome. Thanks everyone for your help

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘How to hide date posted, author, category, etc. under post headline’ is closed to new replies.