/*
 
Theme Name: theme enfant mystile
 
Description: thème enfant pour le thème mystile issu du site celine et roland
 
Author:  claudine
 
Author URI:     http://www.celineroland.fr
 
Template: mystile
 
*/
 
@import url("../mystile/style.css");
*{
color:green;
} 

<?php
 
// Load the textdomain for translation
load_child_theme_textdomain( 'woothemes' );
 
?>

<head>
site-title {
    font-size: 45px;
    font-weight: normal;
    text-align: center;
    font-family: 'Monotype Corsiva',cursive;
}
#header {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0;
}
#header #logo {
  margin-bottom: 0;
}

#header #navigation {
    margin-bottom: 0;
}

/* hide SKU on product meta section */
.product_meta .sku_wrapper {
    display:none;
}

/* hide product categories on product meta section */
.product_meta .posted_in {
    display:none;
}

/* hide product tags on product meta section */
.product_meta .tagged_as {
    display:none;
}

/* Tous les styles du thème enfant
------------------------------------------*/

