Viewing 1 replies (of 1 total)
  • Theme Author Silkalns

    (@silkalns)

    1. Add this to Theme Options – Other – Custom CSS to hide author from entry meta

    .entry-meta .byline {
        display: none;
    }

    2. To change text color around comment section add this to the same Custom CSS field I mentioned above.

    #respond p, #respond p.comment-notes, p.logged-in-as {
        color: #eee;
    }

    You can use any color code you want.

Viewing 1 replies (of 1 total)
  • The topic ‘Comments text and formatting’ is closed to new replies.