Site logo

Archived topic

Add a stripe above menu

3 replies · Started by Tesco on June 2, 2022

Viewing posts 1–4 of 4

Hi,

Is it possible to add a small stripe above the menu (I have a sticky menu).

Thanks

Hi there,

try adding this CSS:

#sticky-navigation,
#sticky-placeholder {
    border-top: 4px solid #f00;
}

That will apply to just the sticky nav.... if you want it also when the nav is not sticky, then can you share a link to the site so i can see the layout ?

What I need is something like it is on the library theme Cloud Built by Mike Oliver.

Is there any hook that I can use to include there some custom html?

This archived topic is closed to new replies.