How can I resize the date label on posts? I want to increase them.
How to resize the date, comment & author labels on posts?
8 posts from 3 voices-
Posted 5 months ago #
-
Hey!
You can change it with:
.entry-head span.date{ font-size: 15px; }Obviously you can change the font-size value if you like.
Best regards,
PeterPosted 5 months ago # -
Is there a code like this, or should I add this one somwhere else like custom.css ?
Posted 5 months ago # -
OK I get it. I added the code at the bottom of my custom.css. So for the others (the comment, author) which codes should I use?
Posted 5 months ago # -
If you want to resize all meta fields (comment, author, date) you can use following code:
.entry-head span{ font-size: 15px; }If you want to use a different font size for each meta field use following code:
.entry-head span.date{ font-size: 15px; } .entry-head span.author{ font-size: 15px; } .entry-head span.comments{ font-size: 15px; }Posted 5 months ago # -
Thanks Dude!
Posted 5 months ago # -
Hi sulker,
Glad that Peter helped you. :)
Cheers,
IsmaelPosted 5 months ago # -
Hi Ismael,
Also can you look up these poblems of mine:
http://www.kriesi.at/support/topic/how-to-make-a-letter-in-a-different-color-in-menu-items
PS: also this one: http://www.kriesi.at/support/topic/the-characters-out-of-english-in-acordian-slider-dont-seem-poperly?replies=9#post-90265
Posted 5 months ago #
Topic Closed
This topic has been closed to new replies.














