Skip to content

Instantly share code, notes, and snippets.

genesis_widget_area( 'front-page-5', array(
'before' => '<div class="front-page-5 solid-section"><div class="flexible-widgets widget-area fadeup-effect' . monochrome_widget_area_class( 'front-page-5' ) . '"><div class="wrap">',
'after' => '</div></div></div>',
) );
genesis_register_sidebar( array(
'id' => 'front-page-5',
'name' => __( 'Front Page 5', 'monochrome-pro' ),
'description' => __( 'This is the front page 5 section.', 'monochrome-pro' ),
@tanyaslogos
tanyaslogos / gist:0ceac2b73f55ce8cd5889512a932b44a
Created September 4, 2017 04:49
Add search icon on divi full width menu module (work in progress)
<!-- this only displays the Icon - doesn't function -->
<div id="et_top_search">
<span id="et_search_icon"></span>
</div>