Support » Fixing WordPress » css for home page "replies"?

  • Resolved charismaarts

    (@charismaarts)


    Hello:

    I am trying to change the font size of the meta data below posts on my home page http://charismaarts.com

    the first post; after the “continue reading” thing; there is a “8 replies” in very small text (hyperlink); I am trying to increase the size of that post and no matter what css i put into my child theme’s “style.css” it never changes…have tried like at least 300 different things. Can anyone help with this?

    Thanks,

    Gerard

Viewing 4 replies - 1 through 4 (of 4 total)
  • Have you tried
    .entry-meta {font-size:16px; }
    or maybe
    footer.entry-meta {font-size:16px;}

    Thread Starter charismaarts

    (@charismaarts)

    Hello Christine:

    I had already tried the first on my own but i just tried the second and it did not work either. Thanks so much for trying to help. If you or anyone else has any more ideas please let me know.

    All the best, Gerard

    the section at the bottom of style.css of the child theme is not applied because of a missing bracket } after this style:

    #branding > a {
        display: block;
        width: auto;

    the styles suggested by @christine or your existing style should work:
    .comments-link {font-size: 150%;}

    remove all other stlyes after that …

    Thread Starter charismaarts

    (@charismaarts)

    Thank you Christine and Alchymyth; that was the problem…

    I will mark it resolved but thanks for all of your help!

    Gerard

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘css for home page "replies"?’ is closed to new replies.