• hi, on my blog page, how do i change the font for the author/date line? i’m using the pressworks theme. i’ve tried editing the css for the article meta as follows but it doesn’t work. link to my page: https://lizartlizard.fortuin.info/blog/

    css that i tried:

    article .meta {
    font-size: 0.9em;
    line-height: 1.5em;
    float: left;
    width :100%;
    font-style: century gothic, arial, helvetica;
    margin: 0;
    }

    article .meta a {
    border-bottom: 1px dotted;
    font-style: century gothic, arial, helvetica;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • Use “font-family” instead of “font-style” for all the elements you want to change. The font-family property should do it, just checked, and it works.

    Hope that helps, have fun, cheers

    I think its #body-wrapper a

    Please use firebug ??

    #body-wrapper a controls all the anchor tags, per the original post: article .meta and article .meta a, might just be for those specific one’s.

    Firebug is great, Chrome’s Inspect Element works too ??

    Thread Starter stargirl1

    (@stargirl1)

    thank you @ pixel-jay, font-family indeed worked! thank you!

    @ samfusion, i do use firebug, have for a long time but thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to change font on the date/author line under title’ is closed to new replies.