resumes2impress.com
In “Edit CSS” I’ve made changes but nothing happens. Did I miss some some code to change?
Thanks,
Linda
Edit CSS
#site-title {
font: ‘Federo’;
font-size: 40px;
line-height: 50px;
text-align: center;
}
#site-title a {
color: #FF5428;
}
#site-description {
font: ‘Merienda One’;
font-size: 38px;
text-align: center;
}
#site-title {
font: 42px ‘Federo’;
line-height: 50px;
}
#site-title a {
color: #FF5428;
}
#site-title a img {
vertical-align: inherit;
}
#site-title a span, #site-title a:hover, #site-title a:focus, #site-title a:active {
color: #5F85B0;
}
#site-description {
font: ‘Merienda One’;
font-size: 20px;
color: #325b8a;
}