• Right underneath each post title are those categories in smaller font. How do I remove those for each post?

    THESE: Posted: September 15, 2014 | Author: udeskym2014 | Filed under: Uncategorized | Modify: Edit | Comments Off

    Thank you!

    – Michael

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter udeskym2014

    (@udeskym2014)

    Oh — here’s my website if you wanna see it: michaeludesky.wordpress.com

    Thread Starter udeskym2014

    (@udeskym2014)

    Another thing — on the right side it says, RECENT POSTS. I’d love to change that to PROJECTS if possible.
    Thanks again!

    Have you tried

    .post-meta {
    display: none;
    }

    in your style.css

    Thread Starter udeskym2014

    (@udeskym2014)

    No. I’m SO green, I’m trying to figure out what to plug in exactly.
    The entire thing or just what’s between the brackets?

    I’m in the right place though I think — CSS under customize.

    Go to Appearance -> Editor, then find the style.css under the list of Template on the right of the page, click on it and scroll to the bottom and write out

    .post-meta {
    display: none;
    }

    this should overwrite the previous styling and hide ‘September 15, 2014 | Author: udeskym2014 | Filed under: Uncategorized | Modify: Edit | Comments Off’

    Get back to me if there are any problems

    Since you’re on WP.com, you might be better served by visiting the main WP.com support forums at http://en.forums.wordpress.com

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Clean Home Theme — REMOVING small font from underneath title of post?’ is closed to new replies.