Archived topic
call to action in header
2 replies · Started by allan on February 19, 2017
Viewing posts 1–3 of 3
hello,
how can I place a call to action button in the header? Like neilpatel.com - CTA on the right.
Thanks.
sorry, make that: http://neilpatel.com/about/
Hi Allan,
This post should help you get started: https://generatepress.com/forums/topic/adding-a-button-to-menu-workaround/#post-228678
For the CSS part, something like this should get you close:
.main-navigation .my-custom-class a {
border: 2px solid #f16334;
border-radius: 15px;
/* other CSS for your button */
}
Let me know if this helps.
This archived topic is closed to new replies.