Archived topic
trying to use site library - peak - can't figure out how to customize
5 replies · Started by Alan on September 19, 2018
I'm trying to change "reach the peak" on the black background and I'd like to change the black background to an image or a picture. How do I do this? (also the call to action button in this same area)
Hi there,
thats using a Header Element, which you can find in the Dashboard > Appearance > Elements.
More info here:
https://docs.generatepress.com/article/header-element-overview/
ok, perfect, now I've modified the image and text and the button text, but how do I assign an action to the button? (<p>Enjoy just a small slice of Paradise!</p>) <-- this is the html code for it in the home page hero element
So for the button to work you need to edit the HTML like so:
<a class="button" href="http://winonabeachresort.com/blog/">Enjoy just a small slice of Paradise</a>
The href needs to contain the full URL when visiting another page.
great! thanks
you're welcome