• [ Moved to the Fixing WordPress sub-forum. ]

    Hello
    I want to change the background on my page that is downloaded from the Theme Virtue. But I do not know how to do, I’ll send you a pdf on how I want to change the backgrounds so you understand what I mean. As it looks now, I have a white background all over the the site, which I do not want to. Hope someone can help me.
    https://www.teampix.se/Bakgrundsproblem.pdf
    Regards
    Pelle

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can do it through CSS if the theme doesn’t have a custom option to change background color. To change it for the entire page, you will have to add a background-color property to the body tag.

    For example.

    body {
        background-color: color-code-here;
    }
    Thread Starter alfons74

    (@alfons74)

    Thanks for the quick answer, unfortunately, did not work. The entire background went blue. As I showed in my sketch, I want to have a wide gap in the middle that is white. Kind of like this site.
    https://www.finansportalen.se/
    Some more tips? Very grateful for all the help

    • This reply was modified 7 years, 10 months ago by alfons74.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change backgrounds colors’ is closed to new replies.