Problems to get rid of "posted on………." from the blog page

This topic has 2 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Robert Hall

  • Avatar: stevhong
    stevhong
    Participant
    April 15, 2016 at 05:37

    Hi Support.
    I try to find the solutions from the support forum. and not able to find out how i can get rid of the blog posts on “posted on………..”
    i have go to the themes setting option and not able to locate the ByLine option as per mention.
    i have even put the custom code below but does not works. Kindly advice and many thanksssssss

    .blog-post .post-info {
    display: none !important;
    }

    .posted-in{
    display: none !important;
    }

    .featured-posts .featured-post .post-info {
    display: none !important;
    }

    .meta-post::after {
    display: none !important;
    }

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 15, 2016 at 07:11

    Hello,

    Please add this code in custom.css file.

    .blog-post .post-info {
        display: none;
    }

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.