raduletzgo
Member
Posted 1 year ago #
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
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.
raduletzgo
Member
Posted 1 year ago #
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