Home Forums Theme support Tripsters Theme Portfolio Titles – color change Reply To: Tripsters Theme Portfolio Titles – color change

You don’t need a special option for the portfolio entry, just change the color for the links to black. You can add also this code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:

.sl_portfolio_entry_content h3 a {
color:inherit !important;
}

This will make the link color the exact color as the normal text in your main section.