[Support request] Customized page

Home Forums Support [Support request] Customized page

Home Forums Support Customized page

  • This topic has 3 replies, 2 voices, and was last updated 6 years ago by Leo.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #508485
    Rod

    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

    #508786
    Leo
    Staff
    Customer Support

    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.

    #509135
    Rod

    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

    #509341
    Leo
    Staff
    Customer Support

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.