• Resolved raduletzgo

    (@raduletzgo)


    How do I change the fontsize in the autofocus theme posts on the main site?
    here’s the blog and as you can see the date fontsize in the post ist quite big.
    blog
    how do i make them smaller? I only want to have date smaller on the main site, not on the post itself? is that possible?

    I guess it’s through css, but i don’t know where to start

Viewing 2 replies - 1 through 2 (of 2 total)
  • style.css:

    .home .post .bigdate {
    color:#FFFFFF;
    font-size:3.6em;
    font-weight:100;
    left:0;
    letter-spacing:-0.05em;
    opacity:1;
    padding:5px 0 0 15px;
    position:absolute;
    top:0;
    visibility:visible;
    z-index:60;
    }

    Try reducing the font-size value.

    Thread Starter raduletzgo

    (@raduletzgo)

    lol obv. thank you very much for your help.

    i changed the following part in my stylesheet sytle.css

    .home .post .bigdate{color:#fff;font-size:1.6em

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change date size in autofocus theme’ is closed to new replies.