[Resolved] Content background

Home Forums Support [Resolved] Content background

Home Forums Support Content background

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #217422
    bradborland

    How do I make the content background different for only one page?

    #217449
    Tom
    Lead Developer
    Lead Developer

    Using our Simple CSS plugin you add this something like this to the Simple CSS metabox on that specific page:

    .separate-containers .inside-article {
        background-color: #FFFFFF;
    }

    Let me know if you need more info ๐Ÿ™‚

    #217490
    bradborland

    Thank, Tom.

    How about a picture? And will that work for just one page and not all?

    #217496
    Leo
    Staff
    Customer Support

    For picture you can use

    .separate-containers .inside-article {
        background-picture: url("PICTURE_URL_HERE");
    }

    If the code is entered in the Simple CSS metabox at the bottom of the page then it should only apply to that specific page.
    Hope this helps!

    #217497
    bradborland

    Hi Leo,

    Thanks!So keep the brackets and quotes?

    #217498
    Leo
    Staff
    Customer Support

    Yup that’s right!

    #217500
    bradborland

    Thanks so much!

    #217501
    Leo
    Staff
    Customer Support

    You’re very welcome ๐Ÿ™‚

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