Home Forums Support top bar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #258049
    David

    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!

    #258151
    Tom
    Lead Developer
    Lead Developer

    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;
    }
    #258356
    David

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

    #258496
    Tom
    Lead Developer
    Lead Developer

    No problem! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.