• Resolved Ms. F

    (@ms-f)


    As my title suggests, the theme I have is “My Life.” My website is https://msfteaches.com. I want to get rid of “Posted In,” “Published by,” and the publishing date. When I’ve looked on other posts in the forum, it says to locate the index.php, single.php, or archive.php in the Editor and delete those items that way. However, there are no index.php, single.php, or archive.php listed in the theme.

    Any suggestions as to how to do this? Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can effectively hide that line by adding the display: none; code to the CSS below:

    .byline {
        color: #AAAAAA;
        display: none;
        font: 12px/25px Arial,"Helvetica Neue",Helvetica,sans-serif;
        margin-bottom: 10px;
    }

    Thread Starter Ms. F

    (@ms-f)

    Thank you, that worked well!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘"My Life" theme:How to get rid of "Posted In," "Published by" & pu’ is closed to new replies.