Archived topic
Change from buttons to a text link
3 replies · Started by CRAIG on May 17, 2021
I would like to change the links on my blog "cards" to text links which say "read more" rather than the buttons which are on there at present.
I have privately added a link to the homepage of the site I am building, if you scoll down a bit you will see the blue "read more" buttons on the blog post "cards" which I would like to replace with text links.
I have also privately added a link to the homepage of a website which uses "text links" similar to what I would like.
Could someone give me a pointer on how to achieve this?
I use WP Show Posts Pro and I like it but it doesn't have this level of customisation from the plugin hence my asking.
Thanks,
Craig
Hi there,
this is really a question for the WP Show Posts forum.
But as you're using Pro you can simply remove the wp-show-posts-read-more class in the WPSP list content panel. This will remove the button format. And in its place add your own css CSS eg. wpsp-text-link to add any styles using CSS such as the underline:
.wpsp-text-link {
text-decoration: underline;
}
The other colors can be changed in the WPSP content panel.
Thanks again David
You're welcome