* Initialize all the things.
*/
require get_stylesheet_directory() . '/inc/init.php';
+// Display 24 products per page. Goes in functions.php
+add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 20;' ), 20 );
/**
* Do not add custom code / snippets here.
* While Child Themes are generally recommended for customisations, in this case it is not
.site-content{
margin-top: -65px;
}
-.children .cat-item{
- font-weight: 700;
+.page-template-template-homepage-php .site-main .columns-4 ul.products li.product{
+
+}
+.g-product-title.animated.fadeIn{
+ opacity: 0.7 !important;
}
+
/* end of custom css */
@-webkit-keyframes fadeInUp {
0% {
- opacity: 0;
+ opacity: 0.;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); }
100% {
.site-main ul.products li.product .g-product-title {
-webkit-animation-duration: .3s;
left: 1em;
- bottom: 1em;
+ bottom: 0em;
right: 1em;
/*padding: 1.387em 1.618em; */
opacity: 0; }