Skip to content

Instantly share code, notes, and snippets.

@crumina
Created February 27, 2015 09:41
Show Gist options
  • Save crumina/0742f566ffbbfe13374d to your computer and use it in GitHub Desktop.
Save crumina/0742f566ffbbfe13374d to your computer and use it in GitHub Desktop.
Before header row for additional content [Onetouch2, Embrace, Atlantis]
<?php
function custom_before_header_bar()
{ ?>
<div style="background:gray; "> <!-- Full width row -->
<div class="row"><div class="large-12 small-12 columns">
<!-- Your Content Will be here -->
</div></div>
</div> <!-- End Full width row -->
<?php }
add_action('reactor_header_before', 'custom_before_header_bar', 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment