-
ngosParticipant
hello and thanks for this great theme.
I can’t find the way to change the font size of the post titles on the homepage.
from : theme options > typography can I do it ?
also an explanation of the terms uder :
options > typography > Font Families and Font Sizes
would be appreciatedthanks again.
AlexanderParticipantHi ngos,
Try to add this to your css:
.single .entry-title {
font-size: 36px;
}You can than try to change the font size.
Cheers,
Alexander @ http://www.mouseclick.comngosParticipantHi Alex and thanks for the reply. Unfortunately that didn’t work, the font size of the post titles on the HOMEPAGE stays the same.
And in Pinboard style.css file has this note :
” DO NOT EDIT THIS STYLESHEET!
Any modifications made to this file will be lost if you update the theme.
Instead, go to Appearance > Theme Options > Layout and enter your custom CSS there or create a child theme.
Any style attributes declared there will override the ones in this file and will not be lost during theme update. ”Is there an other way thru Theme Options?
ngos
AlexanderParticipantThe featured post headline on the homepage can be adjusted by:
.entry-title {
font-size: 36px;
}The post headline font size parameter on the homepage depends on your chosen layout resp. how many columns one have chosen to display. This one should cover both:
.twocol .entry-title, .threecol .entry-title {
font-size: 36px;
}Don’t edit the style.css manually. You can try to add them through the theme options where you can add your additional css definitions.
Cheers,
Alexander @ http.//www.mouseclick.com
You must be logged in to reply to this topic.