• Resolved ninelives1980

    (@ninelives1980)


    Hey guys, I tried and searched around this forum – but found no solution after trying out some of suggested steps, after 1 hour ??

    So, on each of my pages – I wanna get rid of the part where it says Posted on April 13, 2013 by admin — No Comments ↓

    Thanks in advanced!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    So you’ve come across the forums recommending you to use a Custom CSS plugin or create a Child Theme, good.

    Enter this CSS into your Child Theme style.css file/ Custom CSS section of the dashboard;

    .post-meta {
     display: none;
    }

    Thread Starter ninelives1980

    (@ninelives1980)

    Hey, thanks

    Yea I did came across the Child Theme thing in d forum, but when I went on to read further about it(via Google search results) I got more lost – so, yea forgot to mention that I didn’t get to try that one out ??

    How do I go about custom CSS plugin or creating a Child Theme?

    Thanks for your trouble

    Thread Starter ninelives1980

    (@ninelives1980)

    So,I went to insert the code you mentioned just right below
    .post-meta {
    clear: both;
    color: #9f9f9f;
    font-size: 12px;
    margin-bottom: 10px;
    }

    which didn’t work. thereafter I tried removing the code above, then insert the code you furnished – didn’t work either.

    I edited style.css directly without creating a Child Theme.

    Thread Starter ninelives1980

    (@ninelives1980)

    it worked ??
    Though I pasted the code directly onto my css sheet (instead onto Child Theme’s CSS)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Responsive Theme – how to remove 'posted on by admin…'’ is closed to new replies.