Form Typography

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Apr 21, 2015 1:26 pm
Reply with quote
Report this post
hi,

need to make two modules similar to Gavick University Template, is the similar typoraphy available in John template.

Code: Select all
<div class="custom newsletter">

   <form class="gk-newsletter" action="#">
<p><input type="email" placeholder="Your e-mail address" /> <span><input type="button" value="Subscribe" /></span></p>
</form>   
</div>


&

Code: Select all
<form action="#" class="gkInformation">
<div>
<strong>Get info based on<br /> your study lavel</strong>
<input type="text" placeholder="Full name" name="full-name" />
<input type="text" placeholder="Your education level" name="education-level" />
<input type="email" placeholder="Your e-mail" name="email" />
<input type="submit" value="Request information" />
</div>
</form>


Also, how to get the frontpage menu item on the right hand side named "Blog" in Gavick John Demo page.
User avatar
Junior Boarder

GK User
Wed Apr 22, 2015 2:32 pm
Reply with quote
Report this post
If you would like to copy look & feel from one template to another, sadly - you need to do it on your own. Firebug / chrome dev tools might help you with that (you need to copy css declaration of elements to override.css of your template).
User avatar
Moderator

GK User
Wed Apr 22, 2015 6:00 pm
Reply with quote
Report this post
Hi,

But I couldn't find the basic form typography generally available with all Gavick Templates, in John S Template.

Also, how to get the frontpage menu item on the right hand side named "Blog" in Gavick John Demo page.
User avatar
Junior Boarder

GK User
Thu Apr 23, 2015 12:29 pm
Reply with quote
Report this post
You can find form typography in:
templates/gk_john_s/css/gk.stuff.css
prefixed with:
Code: Select all
gkContactForm

class.

As it goes to frontpage - could you please mark the problematic element on a screenshot?
Could you please post an url to your site?
User avatar
Moderator


cron