I can't change my heading font spacing/size
-
Hello, if you look at my website all the text is neatly kerned (spaced) out. I’m trying to make the tagline AND heading of each page e.g. ‘Journal’ or ‘About’ neatly spaced too. If you look at my code attached, I’ve been able to edit the sit title, menu and body text.
/* Increase header size and kerning */
.site-title a {
font-size: .6em;
letter-spacing: 0.25em;
}/*Changing header to lowercase
.site-title,
.entry-title a,
.single .entry-title {
text-transform:lowercase;
}
*//* Increase menu kerning */
.main-navigation ul li > a {
letter-spacing: 0.25em;
font-size: .9em;
}/* Lowercase
.main-navigation ul li > a {
text-transform: lowercase;
}
*/.page-header {
letter-spacing: 2em;
font-weight: 400
}/* Widget spacing*/
.widget-title {
letter-spacing: 0.25em;
}/* Lowercase
.widget-title {
text-transform: lowercase;
}
*//* Bodycopy kerning */
p { letter-spacing: .5px;
font-size: .7em;
}Would someone be able to provide some code that allows me to fix the tagline and the page heading kerning? Also be appreciated if the tagline font was regular not italicised too!
THANK YOU!!
The blog I need help with is: (visible only to logged in users)
-
Please use this link https://en.forums.wordpress.com/forum/css-customization#postform so you can copy and paste your text into a thread that will appear in the CSS Forum where you will get the help you need.
-
- The topic ‘I can't change my heading font spacing/size’ is closed to new replies.