I was wondering how to add second what we do type button on intro page ?
I think the design is great but what we do button seems to be a part of the slides meaning i cant alter it.
I was wondering if anyone could overcome this issue, thanks..
<a href="<?php echo $link; ?>" class="gkLearnMore" data-anim="slidedownbtn"><?php echo $link_text; ?></a>
<a href="<?php echo $link; ?>" class="gkLearnMore" data-anim="slidedownbtn"><?php echo $link_text; ?></a>
<a href="My Link" class="gkLearnMore2 loaded" data-anim="slidedownbtn">My Button</a>
.gkLearnMore { margin-left: -180px!important;}
.gkLearnMore2 { }