Archived topic
Site Library Template Dispatch - Home Page
3 replies · Started by Butch Pornebo on February 19, 2021
Using Site Library Template Dispatch
https://gpsites.co/dispatch/
On the Home Page, after the magazine grid "Page Hero", right below it are 3 columns.
I know that the 3rd column on the right is the sidebar.
On 2 left columns, What would be the CSS Mod?
1) Transparent Background Overlay over the image
2) Post Title move about 35% on the top of the image.
3) Post Title Font Color White
4) Expecting the excerpt to bump up to the position where the post title was originally.
5) Read More button, on bottom right corner, probably with 5px padding on right & bottom
Hi Butch,
Please be mindful that full customization solution is actually outside of our scope forum here:
https://generatepress.com/what-support-includes/
WP Show Posts is also a separate product with its own support forum:
Free: https://wordpress.org/support/plugin/wp-show-posts/
Pro: https://wpshowposts.com/support/area/pro-support/
I'll try my best to help to get you started:
1. Try this CSS:
.site-main .wp-show-posts-image.wpsp-image-center img {
opacity: 0.5;
}
.site-main .wp-show-posts-image.wpsp-image-center {
background-color: #000;
}
2. Try this CSS:
.site-main .wp-show-posts-entry-header {
margin-top: -120px;
}
3. This might help:
https://docs.wpshowposts.com/article/content-overview/
4. That should be the same as #2
5. This might help:
https://docs.wpshowposts.com/article/content-overview/
I understand completely. I try making the changes using WP Show Post BUT the Dispatch Template has extensively modify the WPSP List by using CSS.
As a matter of fact, and it happens a few times already, when I make the change directly on WPSP it ruins the design completely because it does not jive with the CSS mods the template used.
Yeah it's definitely a unique site. News/magazine sites aren't easy without some custom development.