@zhang0723: Thanks for your appreciation.
1. To change the background color of Homepage Headline Text and subheadline Headline. You can change the color code as per your need and add it in “Appearance => Theme Options => Custom CSS” box.
#homepage-message {
background-color: #21759B;
border-color: #1B5F7D;
}
2. How to disable the content showing up on my homepage photo? I use post as homepage photos. And I don’t want people see the content of those posts before clicking in.
— Are you talking about Featured Post slider. Then you can hide the text in the Featured Post slider by adding in the following css in “Appearance => Theme Options => Custom CSS” box.
#main-slider .entry-container { display: none; }
3. You can change the color code as per your need and add it in “Appearance => Theme Options => Custom CSS” box.
#main-slider #slider-nav a { background-color: #21759b; }