This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/****************************************************************************** | |
* Variation Grid | |
* | |
* The following function allow for the theme to display product variations in a grid format. | |
* This code could be moved to a plugin but is in the theme function file as it used the | |
* themes grid system. | |
* | |
* @reference: http://www.eggplantstudios.ca/woocommerce-product-variation-add-cart-grid/ | |
* ******************************************************************************/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* testing gradient | |
*/ | |
#coucou{ | |
padding:20px; | |
color:#171717; | |
background: grey; | |
background: linear-gradient(270deg, grey, lightgrey); |