Hi!
Thanks for the help, but when I tried inserting the code into my CSS nothing changed at all. Do you have any idea why? This is what was happening when I tried adding
#header h1 {font-family: FF Market;}
#header #blog-description {font-family: FF Market;}
#access #menu {font-family: FF Market;}
At the moment, I'm simply copying and pasting the code at the bottom of my CSS Stylesheet editor. Is that the right thing to do? I had previously made some changes to the size of the title with this code
#site-title,#site-description {
padding:0 0 0 10px;
}
#site-title {
font-size:50px;
line-height:65px;
margin-bottom:0;
}
#site-title a {
color:#444;
display:inline-block;
}
#site-title a:hover {
color:#888;
text-decoration:none;
}
#site-description {
line-height:24px;
margin-bottom:0;
font-family:ff-market-web-1,ff-market-web-2,"
font-size:16px;
}
#access ul ul,div.menu ul ul {
background:#fafafa;
border-bottom:1px solid #e1e1e1;
border-right:1px solid #e1e1e1;
display:none;
float:left;
position:absolute;
top:-100px;
right:130px;
z-index:99999;
width:160px;
padding:3px;
}
At the moment, I am just pasting the new code beneath it - do you think that this might be why it isn't working?
Thanks again for your help and patience with this - I really appreciate it!