Hi! I want to know 2 things:
1. The first is how can I put text into the homepage image like in the demo
2. How can I reduce the distance between two pages in the frontpage.
Thx:)
<div class="gk-page">
<h1 data-sr="enter bottom and move 50px">Product Landing Page theme</h1>
<h2 data-sr="enter bottom and move 50px and wait .2s">Advanced, unique and powerful premium theme</h2>
<a class="dark btn-border" href="#" data-sr="enter bottom and move 50px and wait .3s">Learn more</a>
</div>
#frontpage-wrap .gk-clearfix:nth-child(3) > .box,
#frontpage-wrap .gk-clearfix:nth-child(4) > .box {
padding: 0;
}
<div class="big-photo box-clear">
<div class="big-photo-img"><img src="https://demo.gavick.com/demo-content/quark_ecommerce/uploads/2015/05/shoes_bg.jpg" alt="" /><span class="big-photo-button gk-overlay-button" style="top: 20%; right: 30%;" data-sr="scale up 30% over .75s and wait .5s">
<span class="big-photo-button-popup">
<img src="https://demo.gavick.com/demo-content/quark_ecommerce/uploads/2015/05/popup_img1.jpg" alt="" /></span></span>
<strong>Free Powerliners</strong>
<small>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </small>
<span class="big-photo-button gk-overlay-button" style="top: 70%; right: 10%;" data-sr="scale up 30% over .75s and wait .8s">
<span class="big-photo-button-popup">
<img src="https://demo.gavick.com/demo-content/quark_ecommerce/uploads/2015/05/popup_img2.jpg" alt="" />
<strong>Round Shoelaces</strong>
<small>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </small>
</span>
</span>
</div>
<div class="big-photo-desc">
<h2>Intelligent Shoe</h2>
What really makes us stand out from the crowd is our commitment to our community. We develop powerful plugins that add a ton of features and control to your site, all open-source and free to use as you please.
Purchase a theme with us and you'll get to use it on as many websites as you like, with access to any updates we release and technical support whenever you need it; no artificial limits here. Go further with our All Theme package, which get you access to everything we've released and will ever release for a fraction of the cost. Enjoy creative freedom with GavickPro!
<span class="big-photo-button" data-sr="scale up 30% over .75s and wait 1.1s">
<span class="big-photo-button-popup">
<img src="https://demo.gavick.com/demo-content/quark_ecommerce/uploads/2015/05/popup_img3.jpg" alt="" />
<strong>Eco Cowhide</strong>
<small>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </small>
</span>
</span>
</div>
</div>
#gk-header-mod .dark.btn-border {
border-color: #000 !important;
color: #000 !important;
}
#gk-header-mod .dark.btn-border:active,
#gk-header-mod .dark.btn-border:focus,
#gk-header-mod .dark.btn-border:hover {
border-color: #eba034 !important;
color: #eba034 !important;
}
@media (max-width: 840px) {
#gk-header-mod img {
height: auto!important;
}
}
.gk-logo {
margin-top: 40px;
}
.big-photo .big-photo-desc,
.big-photo .big-photo-img {
background-color: #ddd;
}
<div class="gk-footer-social-icons">
<a href="#"><i class="gkicon-fb"></i></a>
<a href="#"><i class="gkicon-twitter"></i></a>
<a href="#"><i class="gkicon-gplus"></i></a>
<a href="#"><i class="gkicon-instagram"></i></a>
</div>
© 2007-2015, GavickPro<br> is an authorized retailer for goods provided by Quark Store
.post-1655 .entry-header time,
.post-1655 .mouse-icon {
display: none;
}
@media (max-width: 840px) {
.entry-header > img,
#gk-header-mod img {
height: auto !important;
}
}
.item-info li,
.item-info .comments-link:before {
display: none;
}
.item-info .comments-link {
display: inline-block;
}
.page-id-1641 .entry-title {
display: none;
}
.frontpage ul.products li.product {
width: 25%;
}
#gk-popup-cart .cart_list li img {
height: auto;
}
.frontpage ul.products li.product {
width: 33%;
}
// Change number or products per row to 2
add_filter('loop_shop_columns', 'quark_loop_columns');
if (!function_exists('quark_loop_columns')) {
function quark_loop_columns() {
return 2; // 2 products per row
}
}