Header Form

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Mar 04, 2013 5:14 pm
Reply with quote
Report this post
Hello Gavic Team,

Below is the form code for the header section of the "Simplicity" template. If possible, I would like help tweaking that script.

-----------------------------------------------------------------------------------------------------------------
<form class="gk-form">
<div><input type="email" placeholder="Email address ..." /> <input type="submit" value="Get Started today!" /></div>
</form>
-----------------------------------------------------------------------------------------------------------------

What I am looking for is something exactly like what is on the header of your home page like the "Joomla Templates or Word Press Themes" button. Basically two buttons with the same form layout but without the form input (email) field. These two buttons would be linkable to any page or external link.

Need your help... ~ Thanks!
User avatar
Fresh Boarder

GK User
Mon Mar 04, 2013 9:53 pm
Reply with quote
Report this post
Hi, sure I will help you:

1) Open your article in HTML mode
2) Pastle this code:

Code: Select all
<p><a class="button" href="YOUR LINK"><span style="color:#fff">First Button</span></a></p>
<p><a class="button" href="YOUR 2nd LINK"><span style="color:#fff">Second Button</span></a></p>


3) Customize it
4) Save & enjoy
button.png
User avatar
Platinum Boarder


cron