/*
Theme Name:   WebOn Child
Theme URI:    https://kinola.ee
Description:  Child theme for WebOn with custom CSS modifications
Author:       Kinola
Template:     webon
Version:      1.0.0
Text Domain:  webon-child
*/

/* ============================================
   Custom CSS - Hide Mobile Hamburger Menu
   ============================================ */

/* Hide mobile hamburger menu icon */
.qodef-mobile-header-opener {
    display: none !important;
}

/* Hide mobile navigation menu */
.qodef-mobile-header-navigation {
    display: none !important;
}
