Archived topic
Want to customize the theme
3 replies · Started by Amit Nair on October 28, 2019
Hi,
I have just imported the SPLIT theme on a fresh website.
This theme gives 2 buttons 'get started' and 'contact us'. I want to add 1 more button and change the functionality.
Button 1 should say 'Learn' --> This should take the user to a specific set of blog posts
Button 2 should say 'Make your own' --> This should take the user to a specific set of blog posts
Button 3 should say 'Choose' --> This should take the user to a specific set of blog posts
How can I do that? Please help!
Thanks a lot!
Hi there,
That part is created with the header element:
https://docs.generatepress.com/article/header-element-overview/
You can edit and add the buttons there.
Let me know if this helps :)
Hi Leo,
I actually had seen the guide and video. I am not able to specifically find which section addresses this (adding buttons and changing what happens when the button is clicked).
Kindly help!
After you imported Split, you can find Home Hero header element under in Appearance > Elements.
This is what the default content looks like:
https://www.screencast.com/t/uFvPmGcWh
The button is created using the very common HTML <a> tag which you can learn how it works here:
https://www.w3schools.com/tags/tag_a.asp