• I would like to change the font that is in the grey square on the blog pages that has the blog date. I see it is using the font I have chosen for H1s. I want the H1s to stay the font they are and want to change the date font to be something different. Can someone please provide me some code for this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey,

    Here is some CSS that will allow you to set that font by itself:

    .postmeta .headerfont {
        font-family: serif;
    }

    Paste the code into Theme Options> Advanced Settings, and let me know if it works for you.

    -Kevin

    Thread Starter kmcmahon56

    (@kmcmahon56)

    Thank you again, Kevin! You are so helpful.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change font of date on blog pages’ is closed to new replies.