I opened the header.php file in order to copy it into my child theme to make some edits, but the only thing in the header file is the following line of code:
<?php x_get_view( 'header', 'base' ); ?>
Where can I find all of the code that the header is pulling in?
I looked into this more and it seems as though I’m supposed to go to frameworks > views > icon (this is the stack i’m using)
I did this, but I still don’t see a header file. And when I do find the header files, what kind of folder/file path do I need to put into my child theme in order to edit it?