September 19, 2015 at 2:26 am
#28470
Theme Horse Support Team
Keymaster
Hi aris,
We are using action_hook so there is no code in header.php. If you really like to change the code then you may go to the theme folder -> inc-> structure-> header-extension.php on line no 368. you will find this code.
if (has_nav_menu('primary')) {
You can edit here. But if you make direct changes in the code then while updating to new version all your customized code will be lost. So better make child theme and then customize the code.
Thank you!