/*
Theme Name: Luxrio
Theme URI: https://wordpress.vecurosoft.com/luxrio/
Author: Vecurosoft
Author URI: https://vecurosoft.com/
Description: Luxrio - Multipurpose eCommerce Jewellery WordPress Theme
Version: 1.0.1
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.0
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: luxrio
Tags: one-column, flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/


add_action('wp_head', 'force_remove_luxrio_watch_banner', 999);
function force_remove_luxrio_watch_banner() {
    echo '<style>
        .breadcrumb-wrapper, [class*="breadcrumb"] { 
            background-image: none !important; 
            display: none !important; 
        }
    </style>';
}