[Resolved] site description below menu?

Home Forums Support [Resolved] site description below menu?

Home Forums Support site description below menu?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1456942
    sparkle

    i looked at the Navigation as a Header article and unfortunately it’s not quite what i want to do.
    https://docs.generatepress.com/article/navigation-as-a-header/

    i’ve set my primary nav up with the logo as a menu item. it looks basically the way i want.

    what i’d like to do differently is drop the site description (in this screenshot it’s the text that reads Visual Science Communication and Scientific Illustration) to below the menu.

    View post on imgur.com

    what’s the best way to do that?

    #1457144
    Leo
    Staff
    Customer Support

    Hi there,

    Try re-adding it using a hook element with generate_after_header hook with this as the content:

    <p class="site-description" itemprop="description">
        Visual Science Communication and Scientific Illustration
    </p>

    https://docs.generatepress.com/article/hooks-element-overview/

    #1457195
    sparkle

    excellent. thank you.i added a bit of css and checked ‘hide site tagline’ in the header customizer and now it’s just right. thank you.

    View post on imgur.com

    #1457197
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

    #1458785
    sparkle

    oh… is there a hook that i could use to put a shortcode directly after the site title? so that a button appears in line with the “i draw so you know things?’ bit?

    #1458942
    sparkle

    oh haha. actually now my friend wants the ‘i draw so you know things’ under the site description. oy.

    #1458960
    sparkle

    oh! i got it accomplished with a child theme header file. nevermind! πŸ™‚

    #1458964
    Leo
    Staff
    Customer Support

    Glad to hear πŸ™‚

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