- Issue created by @scott_euser
The code checks for base toolbar, which gets replaced if you enable Core Navigation module:
// Only apply text and background color if not using gin_toolbar
if (!$body.hasClass('gin--vertical-toolbar') && !$body.hasClass('gin--horizontal-toolbar') {
Enable Gin & Navigation
// Only apply text and background color if not using gin_toolbar
if (!$body.hasClass('gin--vertical-toolbar') && !$body.hasClass('gin--horizontal-toolbar' && !$body.hasClass('gin--core-navigation')) {
MR
Background not shown when Navigation module enabled in Gin
N/A
N/A
Active
4.0
Code