Archived topic
artisan template
9 replies · Started by nana on May 18, 2020
hey
I am trying to customize the artisan template but the header image does not bring any customization option, is that normal? how may I change it?
Hi there
Artisan uses a Header Element:
https://docs.generatepress.com/article/header-element-overview/
TLDR: Go to Appearance > Elements and edit the Header Element to change the Background Image.
ok, it works fine. Thanks
how can I add a call to action button to the header?
This document provides the HTML for buttons:
https://docs.generatepress.com/article/adding-buttons/
You can simply add that to your Header Elements conent
OK, I can place a button of my design but how can I link it to my form or email sign up?
Is the form/e-mail signup a page?
I would like to add a link to a form or landing page from Aweber
The link attached to the button can be edited after the href field:
<a class="button" href="https://google.com">Button to Google</a>
great. Thanks
No problem :)