• JIMBOND27

    (@jimbond27)


    Hi everybody.

    I was wondering how I could enlarge the font where it says “No Comments” (or 1 comments, etc) under my posts.

    Also, would I be able to change “No Comments” to “Add Comments”?

    Hope you all can help!

    The Be A Better Producer Blog

Viewing 2 replies - 1 through 2 (of 2 total)
  • stvwlf

    (@stvwlf)

    Hi

    in your theme stylesheet, /wp-content/themes/{themename}/style.css, find this on line 328

    .metadata {
    color:#666666;
    font-size:0.7em;
    margin-top:40px;
    text-align:center;
    }

    change font-size to something like 0.8em – use trial and error til you are happy. you can also use finer degree of change, like 0.85em

    change “No Comments” to “Add Comments”

    This can be changed in your template files. You probably need to change more than one file. Check (in the same folder as stylesheet)
    index.php
    single.php
    category.php
    archive.php
    for starters
    You will see the code that produces No Comments – just change it to Add Comments.

    Thread Starter JIMBOND27

    (@jimbond27)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Comment font…?’ is closed to new replies.