• Resolved i4detail_eu

    (@i4detail_eu)


    I have installed the plugin Remove/hide Author, Date, Category Like Entry-Meta which has successfully removed all the details EXCEPT for “Posted on”. I have search the forums and tried to add the following in Custom CSS:
    .posted-on {display: none;}
    This didn’t work. So I tried:
    .post-meta {display: none;}
    but this didn’t do anything either.

    So I still have “Posted on” on my Posts without any following author info. Can you tell me how to get rid of the “Posted on” text – I’ve searched through the css but cannot find any reference to it.

    • This topic was modified 8 years, 2 months ago by i4detail_eu.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author 8Degree Themes

    (@8degreethemes)

    Hi There,
    Thank you for writing in.
    It should be hidden by .posted-on { display:none; }
    Try adding this:
    .entry-meta span.posted-on {
    display: none;
    }

    Or send me the link of the post where you need that hidden.
    Will guide you.

    Thanks!

    Thread Starter i4detail_eu

    (@i4detail_eu)

    Thank you for the suggestion. If I add this to the Custom Css, it doesn’t do anything. I would like to remove the Posted On from all posts. The link to one of the posts is:
    https://thestaircasepeople.co.uk/terms-conditions/

    Thank you for your help.

    Theme Author 8Degree Themes

    (@8degreethemes)

    If so then put it at the end of style.css file.
    THat is the code that works.
    If you have enabled cache or minification once clear all and retry.
    THanks!

    Thread Starter i4detail_eu

    (@i4detail_eu)

    Thank you! I’ve done that and it works. Looks so much better now.
    Thanks for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove “posted on” from posts’ is closed to new replies.