Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter justinsbeach

    (@justinsbeach)

    Secondarily, would like to also change the font to match the page.

    tbrinker

    (@tbrinker)

    Depending on how you set up your posts_loop_template.php file, you can customize how your posts appear in almost limitless ways with CSS. I believe the default posts_loop_template.php file will have the main div container marked with

    class="post hentry ivycat-post"

    Modify your theme CSS using the base selector and children thereof:

    .post.hentry.ivycat-post

    and you should be golden.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing font color?’ is closed to new replies.