Can you list the sections of the theme that can be controlled by the custom CSS styling options?
I specifically need to center the footer copyright text and the following CSS worked on one of the other themes, but not this one.
.footer-bottom .copyright {
text-align: center;
}
I also want to change the link color for text on the full width pages.
The following CSS worked on the golden oak theme, but not for this one.
.fullwidth p a{
color:#08298A;
}
Thanks,
Tim

