Hello,
There is no option in the administrator panel to easily add such information to header or footer. You will have to edit you header.php or footer.php files in order to get the results. Please note, that basic HTML and CSS knowledge is required. In your administrator panel, click Apperance -> Editor. Make sure the chosen theme in the top-right corner is Jigotheme.
To edit the header, please select header.php from the right menu. Then add (e.g.) “<span style=”float:right”>1-800-222-4564</span>” after the “<div id=”wrapper”>” selector. You will see that the phone number has been added to your website (header).
To edit the footer, go to Apperance -> Editor and choose footer.php from the right menu and add similar html after “<footer id=”footer” role=”contentinfo”>”.