/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* Remove underline from all body text, links, headings, and menu items */
body, p, span, div, li, h1, h2, h3, h4, h5, h6, a, a:hover, a:focus, a:active, .menu a, .main-navigation a, .site-header a, .widget a {
    text-decoration: none !important;
}

/* Remove underline from buttons and links inside buttons */
button, input[type="button"], input[type="submit"], .btn, .btn a {
    text-decoration: none !important;
}