I need to change te code please
- Code: Select all
div class="bigtitle gk-special">
<figure data-scroll-reveal="enter left over .5s">
<img src="images/demo/banner_special.jpg" alt="Summer Grill">
<figcaption data-scroll-reveal="enter bottom over .5s after .5s">
<h3><span>Summer</span> Grill</h3>
<small>Starting from <strong>$19.99</strong></small>
</figcaption>
</figure>
<div class="gk-special-content" data-scroll-reveal="enter right over .5s">
<h3 class="header">
<span>Special</span>
<small>Check out our offers</small>
</h3>
</div>
</div>
<a href="#" class="gk-special-link button">More details</a>
I need the text
- Code: Select all
<span>Special</span>
<small>Check out our offers</small>
After a link also in the middle like
- Code: Select all
h2>Online Reservation</h2>
<p class="gk-subtitle">Please complete the submission form below to make a reservation.</p>
and link below
- Code: Select all
<a href="#" class="gk-special-link button">More details</a>
Thanks