September 17, 2014 at 3:08 pm
#16165
Theme Horse Support Team
Keymaster
Hi Christina,
To change the link color and to remove the post title from the single post page you have to write/add a custom css just Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#secondary a,
#secondary .widget ul li a,
#content .entry-content ul,
#content .entry-content ol,
#content .entry-content ul a,
#content .entry-content ol a {
color: #1d68a5;
}
.single-post #content .entry-title {
display: none;
}
Thank you!