• Hello !

    I’m looking how to customize the info display on a post :
    – Posted the 24.7.2014 by Marc
    – Posted in Category ABC

    I don’t want to have anything in bold, but maybe in italic. And I don’t fin where I can change this…

    I’m using a child theme, so it must not be very complicate…

    Thanks a lot for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Marc,

    the entry meta covers the entire div. That’s at:

    .entry-meta {
    color: #666;
    clear: both;
    font-size: 12px;
    line-height: 18px;
    }

    You can also modify specifically:

    .entry-date and .by-author if you want those bits to be uniquely styled.

    Best!
    Steve

    Thread Starter Marc Decroux

    (@marcdecroux)

    Hi Steve!

    Thanks! It works!

    And how to get the same font in these entry meta and all the texts of the website?

    thanks again…

    You have to be specific about where you want this to apply…it wouldn’t be wise to apply this “everything”. But if you wanted to you could use the “body” tag and “!important” but that would be crazy 😉

    instead of “.entry-meta” use “body”

    or switch “.entry-date” or “by-author” if you want to create the same mods for those specific classes.

    [Advertisement redacted]

    Best!
    Steve

    Thread Starter Marc Decroux

    (@marcdecroux)

    Hello !

    Sorry for the late reply, i disconnected myself for the weekend 🙂

    I’ll try these asap. Thanks a lot for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change style of "Posted by…" and "Posted in…"’ is closed to new replies.