[Support request] Different background

Home Forums Support [Support request] Different background

Home Forums Support Different background

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #236309
    Andrzej

    Hi!

    My site URL is http://akademiarozwoju.com.pl
    I’m trying to change the content bg under the slider (tried the code from this topic: https://generatepress.com/forums/topic/content-background/)
    What I’m trying to achieve is a starting page with only the menu, footer and slider, on blue picture bg, while keeping the default white bg for all other content.

    #236457
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You can use my Simple CSS plugin: https://wordpress.org/plugins/simple-css/

    It adds a metabox to each page so you can add CSS specific to only that page.

    This is what you’d add:

    .one-container .container {
        background: transparent;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.