Hi, why table style have over change in table
I add this snippet
add_action( 'woocommerce_before_checkout_form', 'mi_contenido_checkout1', 11 );
function mi_contenido_checkout1() {
wc_print_notice( __( 'Tiempos de entrega estimados / Estimated delivery date</br></br><table><tr><td><strong>México</strong></td><td><strong>USA, Canada , America del Sur , Centroamérica & Caribe</strong></td><td><strong>European Union</strong></td><td><strong>Asia & Rest of the world</strong></td></tr><tr><td>2 semanas</td><td>2.5 semanas / weeks</td><td>3.5 semanas / weeks</td><td>4 weeks</td></tr></table>', 'woocommerce' ), 'notice' );
}
the result is this in checkout page (http://benitezytefuitez.com/?page_id=7)
http://prntscr.com/9r3aln
and the problem its with text inside the snippet and table , the text have text hover style:
http://prntscr.com/9r3bbf
if i pass the mouse above the text inside the blue message, text change the color, i need delete this effect.
I add this snippet
add_action( 'woocommerce_before_checkout_form', 'mi_contenido_checkout1', 11 );
function mi_contenido_checkout1() {
wc_print_notice( __( 'Tiempos de entrega estimados / Estimated delivery date</br></br><table><tr><td><strong>México</strong></td><td><strong>USA, Canada , America del Sur , Centroamérica & Caribe</strong></td><td><strong>European Union</strong></td><td><strong>Asia & Rest of the world</strong></td></tr><tr><td>2 semanas</td><td>2.5 semanas / weeks</td><td>3.5 semanas / weeks</td><td>4 weeks</td></tr></table>', 'woocommerce' ), 'notice' );
}
the result is this in checkout page (http://benitezytefuitez.com/?page_id=7)
http://prntscr.com/9r3aln
and the problem its with text inside the snippet and table , the text have text hover style:
http://prntscr.com/9r3bbf
if i pass the mouse above the text inside the blue message, text change the color, i need delete this effect.