How do I style posts from the PostExtension? #72
-
I've been digging through Any and all help will be much appreciated 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Typically the way you style generated markup is to surround the whole thing in a class and then use selectors to style the elements directly. .post p {
// stuff
} If you are a tailwind user, I'd suggest looking at their typography plugin. |
Beta Was this translation helpful? Give feedback.
Ha! Got it working thanks to your repo!
So for anyone who might have the same problem, you can layer your layouts by doing something like this: