Home › Forums › Pro Support › How to design something like Dispatch?
- This topic has 5 replies, 3 voices, and was last updated 3 years ago by
elvin.
-
AuthorPosts
-
September 17, 2020 at 7:45 am #19480
Liran
ParticipantHey,
I’ve been using the free plugin for a while and I love it! However, I can’t seem to figure out how to design something like Dispatch.
Any advice?
September 17, 2020 at 2:52 pm #19504Tom
KeymasterHi there,
This post should help: https://generatepress.com/forums/topic/how-can-i-put-something-like-this-on-my-front-page-homepage/#post-1439597
Let us know 🙂
September 17, 2020 at 5:11 pm #19519Liran
ParticipantIt worked, but wow, that’s a lot of CSS.
So I can’t really do anything fancy with WPSP unless I’m a CSS wiz? I mean, I didn’t even need the Pro version for this. And what if I want something like this?
By the way, I saw some color settings, but couldn’t find how to change the background color of the title/excerpt. I bet there’s a CSS out there 🙂
September 17, 2020 at 8:05 pm #19526elvin
ModeratorSo I can’t really do anything fancy with WPSP unless I’m a CSS wiz? I mean, I didn’t even need the Pro version for this.
WPSP Pro lets you adjust styles within its UI. It also has pre-built templates to choose from.
..And what if I want something like this?
Some parts can be done w/ WPSP Pro features but will also need CSS codes.
If you check the customer’s site from the GeneratePress topic link provided by Tom, you’ll find the WPSP part very similar with this one. (overlay, hover animation, etc)
By the way, I saw some color settings, but couldn’t find how to change the background color of the title/excerpt. I bet there’s a CSS out there 🙂
You can browse through the CSS codes you’ve added and change the
background-color
property value of these CSS selectors..wpsp-card .wp-show-posts-entry-title { background-color: [add color value here]; } .wp-show-posts-entry-summary { background-color: [add color value here]; }
If you don’t want it visible, you can change the value to ‘background-color: transparent;’
September 17, 2020 at 11:19 pm #19537Liran
ParticipantI’m not gonna lie, I’m no CSS expert. Does that mean I can’t use the Pro version effectively?
As for the pre-built templates, I just opened a new thread. We’ll see how it goes.
September 18, 2020 at 12:25 pm #19567elvin
ModeratorWhile Pro version can style things within its UI, you are definitely correct that there will still be times where we have to rely on custom CSS as there are styling features that are yet to be added on WPSP Pro UI. Don’t worry about it. 🙂
WPSP Pro is in active development. It’s still growing in its features.
-
AuthorPosts
- You must be logged in to reply to this topic.