[Resolved] Creating three buttons below header

Home Forums Support [Resolved] Creating three buttons below header

Home Forums Support Creating three buttons below header

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1272818
    Charles

    Hi,

    I want to create 3 side-by-side buttons in the wp_head hook. Is there a best practices?

    I think I may need .css but where do I put that?

    Sorry, lots to learn here.

    #1272839
    Leo
    Staff
    Customer Support

    Hi there,

    wp_head is definitely not the way to go.

    Would this be for every page?

    #1272864
    Charles

    Yes

    #1273454
    David
    Staff
    Customer Support

    Hi there,

    WP_Head should be reserved for meta, links and scripts – not HTML. You would want to use the after_header hook.

    This article explains how to add CSS:

    https://docs.generatepress.com/article/adding-css/

    Let us know if you need a hand with the HTML etc.

    #1273937
    Charles

    ty. awesome.

    #1273976
    David
    Staff
    Customer Support

    You’re welcome

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