Site logo

Archived topic

Customized page

3 replies · Started by Rod on February 28, 2018

Viewing posts 1–4 of 4

I have question and I hope someone can assist me. I need to create a customize page with different container size and background. How can I do that?

Thank you,

Rod

Hi there,

If you use Tom's Simple CSS plugin, it gives you a CSS metabox for each page:
https://docs.generatepress.com/article/adding-css/#simple-css

Then you can use this CSS to change the container width and body background for that specific page:

body .grid-container {
    max-width: 1260px;
}
body {
    background-image: url(URL-HERE);
}

Let me know if this helps.

Thank you Leo,

I copy and paste the code under Simple CSS box; Nothing happened. I thought that would generate a button to select background color and or picture.

Rod

Unfortunately no. You'd have to set the container width and fill in the image URL (URL-HERE) in the code above.

This archived topic is closed to new replies.