/*
 Theme Name:   woostify child
 Theme URI:    https://example.com/woostify-child
 Description:  Child theme for Woostify — safe place for custom styles and template overrides
 Author:       Your Name
 Author URI:   https://example.com
 Template:     woostify
 Version:      1.0.0
 Text Domain:  woostify-child
*/

/* =Theme custom styles
-------------------------------------------------------------- */
.site-navigation {
    display: none;
}
span.toggle-sidebar-menu-btn.woostify-icon-bar {
    display: none;
}