From 1a4dd781f2136d10c08eb0c28b247b0851cd700c Mon Sep 17 00:00:00 2001 From: Tetrakern <26898880+Tetrakern@users.noreply.github.com> Date: Thu, 25 Apr 2024 12:18:13 +0200 Subject: [PATCH] Update DOCUMENTATION.md --- DOCUMENTATION.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 7f2528ed..13b1bad6 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -166,6 +166,15 @@ For simplicity, here is the copied content of the [demo homepage](https://fictio +The demo uses some [custom page CSS](#extra-meta-fields) to change the page background. You can also do this globally under **Appearance > Customize**, but this is one way to modify individual pages. + +```css +.main__background { + background-color: var(--site-bg-color); + box-shadow: none; +} +``` + **Story Page Shortcodes:** * [Story Actions](#story-actions-shortcode) * [Story Section](#story-section-shortcode)