Archived topic
GeneratePress using WP Show Posts
2 replies · Started by Juergen on February 19, 2017
Hi Tom,
I am using GeneratePress Premium on my page http://www.bullenbrief.de. For an excerpt of the latest posts I am currently testing WP Show Posts Free version.
The read more button is different to the GeneratePress design. Is there a simple option with the free WP Show Posts version available so that WP Show Posts uses the same design for buttons.
Thanks for a quick and simple solution!
Regards,
Juergen
Hi Juergen,
I think someone else has mentioned similar issue before and I believe some updates are coming for WP Show Posts. Not sure if it will be included in the free version though.
For now try some CSS to see if we can get it closer:
a.wp-show-posts-read-more,
a.wp-show-posts-read-more:visited
a.wp-show-posts-read-more:hover {
padding: 0;
border: none;
border-radius: 0
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps.
The latest pro version of WPSP Pro has color pickers for the buttons.
Then the above CSS should get you the rest of the way.