Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

Can’t change backround-color

  • #6714
    Avatar photo[anonymous]

    Hi,

    I’ve added

    body {
       background-color: #92a8d1;
    }

    via tools->Custom CSS

    to change the bg-color of the simple theme, but nothing changes.

    What I’m doing wrong?

    #6715
    Avatar photoBob

    Apply your new background color to the .site-container class

    .site-container {
       background-color: #92a8d1;
    }
    #6716
    Avatar photo[anonymous]

    Thanx for the quick response and solution!