Change font for Depo Site name
-
I also want to change the font for my site name. I think it is labeled as H1….. I can change the font that is used for the entire site by editing as follows:
}
body {
line-height:1;
color:black;
background:#fff;
font:88%/1.28em Futura, serif;
}However I want to change my site name font to moderna….
when I edit the following nothing happens:
}
h1.name span {
color:#fff;
text-transform:uppercase;
background:#666;
font:1.28em/33px Moderna, Moderna, Moderna;
text-align:center;
display:inline;
padding:5px 10px;
}I thought for sure this was the thing to edit due to the actual size (font:1.28em/33px) which is really large compared to any other instance of a font in the code.
Can Anyone offer any help?
The blog I need help with is: (visible only to logged in users)
-
-
Don’t post the same question in multiple threads, it causes the volunteers to run in circles and they get cranky.
You got your answer on the title here: https://en.forums.wordpress.com/topic/changing-h1-in-depo-masthead?replies=9
-
The RSS and archives navigation tabs are built into the PHP script theme files and cannot be removed.
- The topic ‘Change font for Depo Site name’ is closed to new replies.