OwlCyberSecurity - MANAGER
Edit File: header.php
<?php /** * Theme options /Header * * @package vamtam/bijoux */ if ( VamtamElementorBridge::is_elementor_pro_active() ) { return []; } return array( array( 'label' => esc_html__( 'Header Height', 'bijoux' ), 'description' => esc_html__( 'This is the area above the slider. Includes the height of the menu for two line header layouts.', 'bijoux' ), 'id' => 'header-height', 'type' => 'number', 'compiler' => true, 'transport' => 'postMessage', 'input_attrs' => array( 'min' => 30, 'max' => 300, ), ), );