badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Several questions: featured titles, post titles, categories, sidebar links

#16165

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!