Site logo

Archived topic

top bar

3 replies · Started by David on December 27, 2016

Viewing posts 1–4 of 4

Hi! How can I make a top bar like the one you currently have "Happy New Years!" on your homepage?

I have seen options to do it with second menu, but I have two menus ...

It's possible? Thanks!

I just used the Before Header hook in GP Hooks:

<div class="my-top-bar">
    <div class="grid-container grid-parent">
        Your content in here
    </div>
</div>

Then add your styling using CSS:

.my-top-bar {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
}

This looks great! Awesome theme & Awesome support! Thanks!

No problem! :)

This archived topic is closed to new replies.