Changing font size in the header of a theme
-
Hi, I’m attempting to change the font size in the theme editor in WordPress with no luck. I’m also trying to make it mixed case instead of uppercase.
In the style.css file it says this for the header and h1
#header .logo {
height:60%;
text-transform: uppercase;
margin:0 autoh1 {font-size:2.0em }
I changed the text-transform to “none” and the font size for h1 to 1.5em, but there was no change in my blog.
Am I doing something wrong. I searched around and couldn’t find the answer.
thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Changing font size in the header of a theme’ is closed to new replies.