From: Anthony Talarico Date: Fri, 20 Nov 2015 16:05:04 +0000 (-0500) Subject: changed opacity of product titles to test visibility. Changed number of products... X-Git-Tag: v1.0.0^2~80 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f1d4384547f5b94028c224f90ccc117a3045e879;p=WP-Themes%2Fthemoleholeonline.git changed opacity of product titles to test visibility. Changed number of products per page --- diff --git a/functions.php b/functions.php index 378b7f5..688182f 100644 --- a/functions.php +++ b/functions.php @@ -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 diff --git a/style.css b/style.css index e1f2703..8029cab 100644 --- 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; }