Is there a way to add a button next to the login and register buttons ? This button would link to a page i have created.
When creating the page i selected to put that page into the header but im not sure where that is ?
anth wrote
Is there a way to add a button next to the login and register buttons ? This button would link to a page i have created.
When creating the page i selected to put that page into the header but im not sure where that is ?
Sorry - all sorted now
This is how i done it....
Created a page in design --> pages
set it as a permalink slug
Edited header.php from main\views\themes\tastyigniter-orange\partials
on line 124 i added this html code
<li><a href="http://linktopage.co.uk/folder"> Button Name Here </a></li>
This may be useful to some. As part of our sweets delivery we also hire out items, so a for hire page in the top menu is ideal to showcase other things we do !
Enjoy