/**
* Theme Name: GreenMart Child
* Description: This is a child theme for GreenMart
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 1.0
* Template: greenmart
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

/* Hide "(optional)" only for billing phone label */
label[for="billing_phone"] .optional { 
    display: none !important;
}
/* Hide "(optional)" text for billing phone field */
#billing_phone_field .optional {
    display: none !important;
}
