Never mind. It worked. Just needed a few minutes, etc. to have changes take effect.
I did all the same things and made changes in css style for changing H1 title and H2 title and makes appropriate changes while I’m logged in as administrator but when I go to website the changes haven’t taken place. This is what I put in for css changes
h1#site-title {
font-family: ‘Lobster’;
font-size: 72px;
font-weight: normal;
padding-bottom: 0;
}
h1#site-title a {
color: #ff9900;
}
h2#site-description {
color: #303030;
font-size: 24px;
}
h2#site-description { padding-top: 30px; }
Again, changes take place while logged in but not when logged out. My site is http://www.adventuresd.com
Thanks