1) I’d like to change the color of my site title header. How do I do that?
— You can change the color code and add the following css in “Appearance => Theme Options => Custom CSS” box.
h1#site-title a {
color: #444;
}
2) Also, the width of the content is very narrow. I’d like it to match the size of the header content above. Add the following css in “Appearance => Theme Options => Custom CSS” box.
.no-sidebar div.col8 {
width: 100%;
}
3) How do I change the font color and size for my content?
— You said it’s solve. So, I leave this.
4) I would like to add a line around my search box so that is visible.
— I don’t get this.