Site background colors
Use Renge’s site background tags to change the color palette of the whole publication. The theme reads internal tags from published posts, adds matching global classes, and applies either a light or dark site color set.
Step-by-Step- Open any published post and add a site color internal tag in the 'Post settings' panel. This global setting applies to the whole site.
- For example, add the internal tag
#site-rubyto apply the Ruby site background. Tags prefixed with#are internal tags in Ghost. - Click 'Update' to activate.
The tag slug should beAvailable light colorshash-site-colorname, for examplehash-site-ruby
Light colors use black text across the site.
Pearl
#site-pearl
Parchment
#site-parchment
Celeste
#site-celeste
Arctic
#site-arctic
Lilac
#site-lilac
Pink
#site-pink
Sand
#site-sand
Canary
#site-canary
Avocado
#site-avocado
Jade
#site-jade
Dark colors use white text across the site.
Rose
#site-rose
Ruby
#site-ruby
Burgundy
#site-burgundy
Magenta
#site-magenta
Eggplant
#site-eggplant
Neon
#site-neon
Ultramarine
#site-ultramarine
Sapphire
#site-sapphire
Grass
#site-grass
Emerald
#site-emerald
- Go to the 'Code injection' settings in the Ghost Admin and paste this code into 'Site header':
<style>
.global-hash-site-custom-light-color {
--color-site-light: #333
}
</style>
<style>
.global-hash-site-custom-dark-color {
--color-site-dark: #333
}
</style>
- Change
#333to your custom color. - Click 'Save'.
- Open any published post and add the internal tag
#site-custom-light-coloror#site-custom-dark-colorin the 'Post settings' panel. - Click 'Update' to activate.
The tag slug should behash-site-custom-light-colororhash-site-custom-dark-color
Type at least 2 characters to search