Skip to content

Instantly share code, notes, and snippets.

@WAcode27
WAcode27 / impress-property-showcase-custom.css
Last active February 4, 2021 19:52
IDX Broker IMPress PropertyShowcase for Agent Focused Pro - url
/* IDX Broker IMPress Property Showcase - Default style unchecked
* By https://github.com/mjsdiaz
----------------------------------------------------------------------------------------------- */
.front-page-3 .impress-showcase-widget .widget-title {
color: #fff;
font-size: 60px;
font-size: 6rem;
font-weight: 300;
letter-spacing: 0;
@WAcode27
WAcode27 / impress-omnibar-search-custom.css
Last active September 15, 2021 21:53
IDX Broker IMPress Omnibar Search for Agent Focused Pro - url
/* Search Bar IDX Broker IMPress Omnibar - Default style unchecked
* By https://github.com/mjsdiaz
----------------------------------------------------------------------------------------------- */
.widget.IDX_Omnibar_Widget {
background-color: #566473;
color: #fff;
padding: 30px;
}
@WAcode27
WAcode27 / remove-search-bar-edit-functions.php
Last active November 23, 2015 20:31
Remove Search Bar on Select Pages - Uses a Custom Body Class. See blog post on http://winningagent.com
<?php
//Remove line above; don't include it.
// Starting at line 157 in your functions.php, find this and comment out with /* */ as shown:
// Add search widget below header.
/*add_action( 'genesis_after_header', 'wap_search_bar' );
function wap_search_bar() {
genesis_widget_area( 'search-bar', array(
'before'=> '<div class="search-bar"><div class="wrap">',
'after' => '</div></div>',