Reply To: Custom page and post background

Home Forums Support Custom page and post background Reply To: Custom page and post background

Home Forums Support Custom page and post background Reply To: Custom page and post background

#204506
Tom
Lead Developer
Lead Developer

Hi there,

First of all, there’s an easier way to add CSS for specific pages now, you can use our Simple CSS plugin:

It adds a metabox when you’re editing the page or post where you can enter CSS only for that page/post.

So your CSS would then just be: https://wordpress.org/plugins/simple-css/

body {
   /* CSS in here */
}

Instead of needing to add the page ID.

As the issue, I’m not seeing a difference between:

https://sebasveeke.nl/

And:

https://sebasveeke.nl/test2/

This page looks like that because the content isn’t long enough to push the footer to the bottom of the screen: https://sebasveeke.nl/test/

Let me know 🙂