Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #6774
    aliciareyes
    Member

    I want o create a static website and I don’t want to have “posted in” at the end of each page. which CSS instruction do I use?

    I found the one to remove author and date (header), i tried the same one for footer and it did not work

    thanks

    #6810
    Sakin
    Keymaster

    @aliciareyes: Send me your site URl and then I will send you the code.

    #6885
    aliciareyes
    Member
    #6886
    aliciareyes
    Member

    I tried

    footer .entry-meta { display: none; }

    and it does not work

    Thanks

     

    #6896
    Sakin
    Keymaster

    @aliciareyes: there is space between footer and .entry-meta in your code. Remove that and it will be fine. Add like below:
    footer.entry-meta { display: none; }

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove post categories’ is closed to new replies.