changed opacity of product titles to test visibility. Changed number of products...
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 20 Nov 2015 16:05:04 +0000 (11:05 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 20 Nov 2015 16:05:04 +0000 (11:05 -0500)
functions.php
style.css

index 378b7f5..688182f 100644 (file)
@@ -9,6 +9,8 @@
  * 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
index e1f2703..8029cab 100644 (file)
--- a/style.css
+++ b/style.css
@@ -53,9 +53,13 @@ Text Domain: galleria
 .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 */
 
 
@@ -189,7 +193,7 @@ Text Domain:        galleria
 
 @-webkit-keyframes fadeInUp {
   0% {
-    opacity: 0;
+    opacity: 0.;
     -webkit-transform: translate3d(0, 100%, 0);
     transform: translate3d(0, 100%, 0); }
   100% {
@@ -995,7 +999,7 @@ p.stars a {
       .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; }