Hello,
For changing the blog title color add this in styles.css :
.blog-span h2 a,
.h3-blog-title a{
color: #ff0000 !important; /* here you put your color */
}
For changing the icons, open front-page.php and find these lines:
– to change the picture icon(line 196):
<i class="fa fa-picture-o"></i>
– to change the clock icon(line 197):
<i class="fa fa-clock-o"></i>
– to change the “person” icon(line 198):
<i class="fa fa-user"></i>
You can check fontawesome.io if you want to use other icons.