Intuitive, expansive and flexible creation with no distractions.
Robust, user-friendly data protection for your visitors and you.
Modern, effective solutions for site growth and functionality.
Professionally designed and coded themes and plugins.
Free and premium, beautifully-designed templates.
Expand your site with your favorite tools and apps.
Get help building your site from our web development services.
Learn how Publii works, from installation to creation.
Documentation, guides, and tutorials for developers.
Explore and interact with others and learn new things.
Dedicated customer support for paid products.
Read up on the latest news about Publii and its products.
Forum › General Inquiry
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?
Apply your new background color to the .site-container class
.site-container { background-color: #92a8d1; }
Thanx for the quick response and solution!