Archived topic
Creating three buttons below header
5 replies · Started by Charles on May 6, 2020
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.
Hi there,
wp_head is definitely not the way to go.
Would this be for every page?
Yes
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.
ty. awesome.
You're welcome