How to edit Header in Airtech theme.

In earlier versions, the header was managed by Elementor in the Airtech theme, but in the new version, it can be managed using customizer. Below is the video on how to customize the header of the Airtech theme.

https://storyxpress.co/video/k807u54uva4uot5nr


If you want to change background color on header 3…

Please enter below css in wp-admin/appearance/customise/additionalCSS box. ( modify color code as per your need).

.menu_three .main_menu,
.menu_three .main_menu:before,
.menu_three .main_menu .container .navbar,
.menu_three .main_menu .navbar .logo:before {
 background: #9c9eff !important; 
}

If you want to edit background of Main header ( header 1 )….

Please enter below css in wp-admin/appearance/customise/additionalCSS box. ( modify color code as per your need).

.logo_part {
    background: #000000;
}