Change the background color of a single page

  • Author
    Posts
  • #103899

    Hello.

    Can I change the color of the background of a single page without changing the color of the boxes on the frontpage? this is linked to each other…

    (the widget aria needs to stay white)

    Gr Bas

    • This topic was modified 3 years ago by Highenloo.
    #104082
    Zed
    Cryout Creations mastermind

    You can use custom styling to customize most structural elements, however the needed styling depends on the page you want this to apply to and which background.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #104140

    i want to change the background color from the tekst part.
    The widget area needs to stay white.

    Website: test.handtherapiegeldrop.nl/nvht

    #104602
    Zed
    Cryout Creations mastermind

    If you mean you want a background color for the section you activated the shadow wrapping on, try the following custom CSS:

    .page article.hentry .article-inner {
        background: #eee;
        padding: 1em; /* avoids having the text too close to the edge */
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Change the background color of a single page’ is closed to new replies.