Home › Forums › Pro Support › Similar display as in GP blog ? › Reply To: Similar display as in GP blog ?
February 1, 2017 at 8:58 pm
#1562
Keymaster
You could remove the background from the page you’re adding the shortcode to:
.separate-containers .inside-article {
background-color: transparent;
padding: 0;
}
Then make your WPSP list look similar by adding a white background color and padding to the items.
Let me know if that gets you closer 🙂