changing site title font size
-
Hello,
I’m trying to change the font size of the title by a CSS add-on. Reading through this forum, I’ve tried two suggestions:
#header .site-title {
font-size: 1.4em;
}
and
#site-title {
font-size: 1.4em;
}
Both don’t seem to work. Can you help?
Thanks!The blog I need help with is: (visible only to logged in users)
-
Hi Stuart,
Which title are you trying to adjust? The one where you name is displayed? If so, try this:
.site-title { font-size: 30px; } -
-
And to change the color? (sorry!)
I’m trying this but it doesn’t work:
.site-title {
color: #8d2424;
} -
Fixed myself, trial and error:
.site-title a {
color: #8d2424;
}You can close this topic. Thank you.
- The topic ‘changing site title font size’ is closed to new replies.