Site logo

Archived topic

How to adjust background color of sticky nav only?

3 replies · Started by Stephen on June 30, 2021

Viewing posts 1–4 of 4

I see how to adjust the primary nav colors (incl background and hover). But how do I set the background color for the sticky nav when the user scrolls down? The current transparent background on Catalyst template is very hard to see.

Hi Stephen,

You can add custom CSS for that.

Example: changing the background to red.

nav#mobile-header,
nav#sticky-navigation {
    background: red;
}

Seems like there ought to be a setting for that in colors. Thanks.

Hi there,

the Sticky Navigation uses the Customizer > Colors > Primary Navigation - adjust those colors with the sticky in view.
Then edit the Merged Header Elements that Catalyst uses in Appearance > Elements

There are two:
Home Page
Global

Now on the Site Header tab edit the colors for your merged header.

This archived topic is closed to new replies.