For http://paulkonasewich.com (yes, hosted on good old wordpress.com) I'm trying out the CSS mods (yes, which I'm happy to pay for if I can get them working) but no joy so far. Would appreciate input on how to do it.
1. I'd like to change the color of the title of "Paul Konasewich, MBA" and also the subtitle "innovating social enterprise."
2. I'd like to center the nav bar / menu bar on the screen.
I tried the below CSS, but I'm doing something wrong. Ideas?
thanks,
Paul.
#site-title {
color: #a800000;
}
#site-title a {
color: #a800000;
}
#access {
float: center;
}
The blog I need help with is paulkonasewich.com.