Home › Forums › Pro Support › Change WPSP icons and title › Reply To: Change WPSP icons and title
October 14, 2016 at 8:44 am
#879
Keymaster
Absolutely, this should do it:
.wpsp-social-link,
.wpsp-social-link:visited,
.wpsp-li-button,
.wpsp-li-button:visited {
color: red;
}
.wpsp-social-link:hover, .wpsp-li-button:hover {
color: black;
}
As for the title alignment, try this:
.wp-show-posts-entry-header {
text-align: center;
}